ACE3/addons/trenches/script_component.hpp
Grey-Soldierman 7e5859f6f8 Ports A2 Envelope Small & Envelope Big.
Adds entrenching tool for use in building trenches (Requires Script to be made)
2015-06-17 18:17:57 +01:00

13 lines
277 B
C++

#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"