view Gui/skin/skin.h @ 20908:203f64232d82

MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK patch by "Herv W.", H.O.W.aka.V+mplayer gmail com
author diego
date Tue, 14 Nov 2006 16:51:06 +0000
parents 0e1471d9da74
children
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