view gui/skin/skin.h @ 23685:f15bce7943b9

Add consistent GUI prefix to multiple inclusion guards.
author diego
date Mon, 02 Jul 2007 20:55:05 +0000
parents ce6ecb20fb44
children 3f0d00abc073
line wrap: on
line source


#ifndef __GUI_SKIN_H
#define __GUI_SKIN_H

#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