ACE3/main/script_component.hpp

13 lines
236 B
C++
Raw Normal View History

2015-01-11 20:39:01 +00:00
#define COMPONENT main
#include "\x\ace\Addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_MAIN
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_MAIN
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
#endif
#include "script_macros.hpp"