annotate Gui/skin/skin.h @ 19764:499e5525d706
if no track number specified play the whole disc, or the menus can't be shown at start
author |
nicodvb |
date |
Sat, 09 Sep 2006 20:51:29 +0000 |
parents |
0e1471d9da74 |
children |
|
rev |
line source |
1693
|
1
|
|
2 #ifndef __MY_SKIN
|
|
3 #define __MY_SKIN
|
|
4
|
17144
|
5 #include "app.h"
|
1693
|
6
|
|
7 extern listItems * skinAppMPlayer;
|
|
8
|
|
9 extern int skinRead( char * dname );
|
|
10 extern int skinBPRead( char * fname, txSample * bf );
|
|
11
|
|
12 // ---
|
|
13
|
8973
|
14 extern char * trimleft( char * in );
|
1693
|
15 extern char * strswap( char * in,char what,char whereof );
|
8973
|
16 extern char * trim( char * in );
|
1693
|
17
|
|
18 #endif
|