view Gui/skin/skin.h @ 11675:d24e97fcf232

Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC These codecs are now in libavcodec
author rtognimp
date Tue, 23 Dec 2003 21:06:56 +0000
parents 0a665389cf2b
children 634a2b279b1a
line wrap: on
line source


#ifndef __MY_SKIN
#define __MY_SKIN

#include "../app.h"

extern listItems     * skinAppMPlayer;
//extern listItems     * skinAppTV;
//extern listItems     * skinAppRadio;

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