view Gui/skin/skin.h @ 15575:b8cdc8b98466

Athlon 64 optimization flags, in 32 and 64-bit mode. Patch by Corey Hickey < bugfood-ml YO fatooh POUM org >, based on Robert Swain's patch <robert POUM swain YO gmail POUM com >
author gpoirier
date Fri, 27 May 2005 11:14:22 +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