view Gui/config.h @ 1733:220f86ac8c15

examples and started cleanup of rules by andre.dahlqvist@telia.com
author eyck
date Tue, 28 Aug 2001 19:34:32 +0000
parents d237c5d4b216
children
line wrap: on
line source


#ifndef __MYCONFIG
#define __MYCONFIG

extern unsigned char * cfgAppName;
extern unsigned char * cfgSkin;

extern int cfgRead( void );
extern void cfgDefaults( void );

#endif