summaryrefslogtreecommitdiffstats
path: root/Gui/skin/skin.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/skin.h')
-rw-r--r--Gui/skin/skin.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/Gui/skin/skin.h b/Gui/skin/skin.h
new file mode 100644
index 0000000000..9016bea6ae
--- /dev/null
+++ b/Gui/skin/skin.h
@@ -0,0 +1,23 @@
+
+#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 void btnModify( int event,float state );
+extern int btnGetValue( int event );
+
+// ---
+
+extern char * strdelspacesbeforecommand( char * in );
+extern char * strswap( char * in,char what,char whereof );
+extern char * strdelspaces( char * in );
+
+#endif