1693
|
1
|
|
2 #ifndef __MY_SKIN
|
|
3 #define __MY_SKIN
|
|
4
|
|
5 #include "../app.h"
|
|
6
|
|
7 extern listItems * skinAppMPlayer;
|
|
8 //extern listItems * skinAppTV;
|
|
9 //extern listItems * skinAppRadio;
|
|
10
|
|
11 extern int skinRead( char * dname );
|
|
12 extern int skinBPRead( char * fname, txSample * bf );
|
|
13
|
|
14 extern void btnModify( int event,float state );
|
|
15 extern int btnGetValue( int event );
|
|
16
|
|
17 // ---
|
|
18
|
|
19 extern char * strdelspacesbeforecommand( char * in );
|
|
20 extern char * strswap( char * in,char what,char whereof );
|
|
21 extern char * strdelspaces( char * in );
|
|
22
|
|
23 #endif
|