view Gui/config.h @ 1739:064c0acb7c39

Added C++ compiler/runtime enviroment detection and enabled ppc detection.
author atmos4
date Wed, 29 Aug 2001 11:18:37 +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