Mercurial > mplayer.hg
view Gui/skin/skin.h @ 19807:dce54e7ba7a5
r19809: link fix: The codecs page was merged into the download page
r19810: Remove bogus and outdated codecs installation section
author | voroshil |
---|---|
date | Tue, 12 Sep 2006 15:55:15 +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