mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
fce995a07a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8281 b3059339-0415-0410-9bf9-f77b7e298cf2
21 lines
437 B
C
21 lines
437 B
C
|
|
#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
|