Mercurial > mplayer.hg
view Gui/skin/skin.h @ 8437:70ef69b5c026
Nicolas is not a Linux box ;-)
author | diego |
---|---|
date | Thu, 12 Dec 2002 19:01:08 +0000 |
parents | 72700fefd3dc |
children | 0a665389cf2b |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "../app.h" extern listItems * skinAppMPlayer; //extern listItems * skinAppTV; //extern listItems * skinAppRadio; extern int skinRead( char * dname ); extern int skinBPRead( char * fname, txSample * bf ); // --- extern char * strdelspacesbeforecommand( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * strdelspaces( char * in ); #endif