ACE3/addons/main/script_component.hpp

15 lines
297 B
C++
Raw Normal View History

#define COMPONENT main
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
#ifdef DEBUG_ENABLED_CORE
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_CORE
#define DEBUG_SETTINGS DEBUG_SETTINGS_CORE
#endif
#include "\z\ace\addons\main\script_macros.hpp"