view Gui/skin/skin.h @ 21801:f4c52a9738c1

fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
author ben
date Thu, 04 Jan 2007 16:10:40 +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