ACE3/addons/core/script_component.hpp

15 lines
245 B
C++
Raw Normal View History

2015-01-11 18:06:21 +00:00
#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"