mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
39a4977efe
by gpgpgpgp, edited by commy2 Doesn't really work as well as I'd like (some fences are uncuttable)
13 lines
325 B
C++
13 lines
325 B
C++
#define COMPONENT logistics_wirecutter
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_LOGISTICS_WIRECUTTER
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_LOGISTICS_WIRECUTTER
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_LOGISTICS_WIRECUTTER
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|