annotate Gui/skin/skin.h @ 15575:b8cdc8b98466
Athlon 64 optimization flags, in 32 and 64-bit mode.
Patch by Corey Hickey < bugfood-ml YO fatooh POUM org >,
based on Robert Swain's patch <robert POUM swain YO gmail POUM com >
author |
gpoirier |
date |
Fri, 27 May 2005 11:14:22 +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
|