ACE3/addons/trenches/script_component.hpp

13 lines
277 B
C++
Raw Normal View History

#define COMPONENT trenches
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_TRENCHES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_TRENCHES
#define DEBUG_SETTINGS DEBUG_SETTINGS_TRENCHES
#endif
#include "\z\ace\addons\main\script_macros.hpp"