Mercurial > mplayer.hg
view Gui/skin/skin.h @ 15522:7bd5a7fb8a75
Hopefully correct and non-confusing phrasing for the most talked-about
sentence of the year.
author | diego |
---|---|
date | Fri, 20 May 2005 00:20:40 +0000 |
parents | 634a2b279b1a |
children | 0e1471d9da74 |
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