ACE3/addons/core/script_component.hpp
2015-01-11 10:06:21 -08:00

15 lines
245 B
C++

#define COMPONENT core
#include "script_mod.hpp"
// #define DEBUG_MODE_FULL
#ifdef DEBUG_ENABLED_MAIN
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_MAIN
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
#endif
#include "script_macros.hpp"