view Gui/skin/skin.h @ 10175:650ea9eaed42

changing my mail address to a working one :)
author alex
date Fri, 23 May 2003 20:32:28 +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