This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/usr/Include/Core/Common/gConfig.h
2022-10-15 19:16:08 +02: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