ACE3/addons/scopes/script_component.hpp
bux578 b556097896 cbafyied scopes
still lots of spawns and waitUntils in there
2015-01-16 13:15:14 +01:00

12 lines
268 B
C++

#define COMPONENT scopes
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_SCOPES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SCOPES
#define DEBUG_SETTINGS DEBUG_SETTINGS_SCOPES
#endif
#include "\z\ace\addons\main\script_macros.hpp"