annotate gui/skin/skin.h @ 26248:83e813ecc187
support for DragonFly BSD, patch by Hasso Tepper, hasso estpak ee
author |
diego |
date |
Thu, 27 Mar 2008 02:04:03 +0000 |
parents |
4129c8cfa742 |
children |
10dfbc523184 |
rev |
line source |
26029
|
1 #ifndef MPLAYER_GUI_SKIN_H
|
|
2 #define MPLAYER_GUI_SKIN_H
|
23077
|
3
|
|
4 #include "app.h"
|
|
5
|
|
6 extern listItems * skinAppMPlayer;
|
|
7
|
|
8 extern int skinRead( char * dname );
|
|
9 extern int skinBPRead( char * fname, txSample * bf );
|
|
10
|
|
11 // ---
|
|
12
|
|
13 extern char * trimleft( char * in );
|
|
14 extern char * strswap( char * in,char what,char whereof );
|
|
15 extern char * trim( char * in );
|
|
16
|
26029
|
17 #endif /* MPLAYER_GUI_SKIN_H */
|