Mercurial > mplayer.hg
view Gui/skin/skin.h @ 19764:499e5525d706
if no track number specified play the whole disc, or the menus can't be shown at start
author | nicodvb |
---|---|
date | Sat, 09 Sep 2006 20:51:29 +0000 |
parents | 0e1471d9da74 |
children |
line wrap: on
line source
#ifndef __MY_SKIN #define __MY_SKIN #include "app.h" extern listItems * skinAppMPlayer; extern int skinRead( char * dname ); extern int skinBPRead( char * fname, txSample * bf ); // --- extern char * trimleft( char * in ); extern char * strswap( char * in,char what,char whereof ); extern char * trim( char * in ); #endif