1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-05 13:47:39 +00:00
mpv/gui/skin/skin.h
diego 40190e8ec7 Add gui/ prefix to some #include paths so that compilation from the
top-level source directory does not fail.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26397 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-11 16:55:27 +00:00

18 lines
380 B
C

#ifndef MPLAYER_GUI_SKIN_H
#define MPLAYER_GUI_SKIN_H
#include "gui/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 /* MPLAYER_GUI_SKIN_H */