annotate Gui/skin/skin.h @ 14962:6fadff070261
Replace placeholder message with something sane.
1l to Rich for overlooking this.
author |
diego |
date |
Sat, 19 Mar 2005 17:28:57 +0000 |
parents |
634a2b279b1a |
children |
0e1471d9da74 |
rev |
line source |
1693
|
1
|
|
2 #ifndef __MY_SKIN
|
|
3 #define __MY_SKIN
|
|
4
|
|
5 #include "../app.h"
|
|
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
|