view Gui/skin/skin.h @ 17072:4c50b2f11ad8

export ldexp() and frexp() in pncrt, they are needed by rp8 sipr dll Patch by Benjamin Larsson
author rtognimp
date Thu, 01 Dec 2005 21:59:24 +0000
parents 634a2b279b1a
children 0e1471d9da74
line wrap: on
line source


#ifndef __MY_SKIN
#define __MY_SKIN

#include "../app.h"

extern listItems     * skinAppMPlayer;

extern int skinRead( char * dname  );
extern int skinBPRead( char * fname, txSample * bf );

// ---

extern char * trimleft( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * trim( char * in );

#endif