Mercurial > mplayer.hg
annotate gui/skin/cut.h @ 23961:4e22889a6e35
Ugly hack to make xanlib.dll work.
See also http://samples.mplayerhq.hu/game-formats/wc4-xan/
author | reimar |
---|---|
date | Wed, 01 Aug 2007 03:30:38 +0000 |
parents | 3f0d00abc073 |
children | 3baf6a2283da |
rev | line source |
---|---|
23077 | 1 |
23689
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
2 #ifndef GUI_CUT_H |
3f0d00abc073
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
parents:
23685
diff
changeset
|
3 #define GUI_CUT_H |
23077 | 4 |
5 extern void cutItem( char * in,char * out,char sep,int num ); | |
6 extern int cutItemToInt( char * in,char sep,int num ); | |
7 extern float cutItemToFloat( char * in,char sep,int num ); | |
8 extern void cutChunk( char * in,char * s1 ); | |
9 | |
10 #endif |