Fusion360-Addons/usr/Include/Core/Common/gConfig.h
2021-10-31 19:39:29 +01:00

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