28 lines
381 B
C
28 lines
381 B
C
#ifndef __G_CONFIG_H__
|
|
#define __G_CONFIG_H__
|
|
|
|
#ifdef _DEBUG
|
|
static bool GC_SHOWPARAMETER = true;
|
|
#else
|
|
static BOOL GC_SHOWPARAMETER = false;
|
|
#endif
|
|
|
|
|
|
//#define BBC_JOYSTICK
|
|
#define BBC_TOOLS
|
|
#define BB_TOOLS
|
|
#define HAS_CONFIG
|
|
|
|
#define BBC_VEHICLES
|
|
|
|
|
|
#define BBC_CLOTHES
|
|
#define BBC_JOINTS
|
|
|
|
|
|
#define CORE_CLOTH
|
|
#define CORE_PARTICLE
|
|
|
|
|
|
|
|
#endif |