view Gui/config.h @ 1777:fcba80a2e79f

hm. optim
author pontscho
date Thu, 30 Aug 2001 16:49:46 +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