annotate Gui/skin/skin.h @ 19807:dce54e7ba7a5
r19809: link fix: The codecs page was merged into the download page
r19810: Remove bogus and outdated codecs installation section
author |
voroshil |
date |
Tue, 12 Sep 2006 15:55:15 +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
|