view Gui/skin/skin.h @ 8752:e0d9b55617b7

1l
author arpi
date Fri, 03 Jan 2003 23:52:55 +0000
parents 72700fefd3dc
children 0a665389cf2b
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 * strdelspacesbeforecommand( char * in );
extern char * strswap( char * in,char what,char whereof );
extern char * strdelspaces( char * in );

#endif