ACE3/addons/reloadlaunchers/script_component.hpp
2015-03-18 18:25:53 +01:00

12 lines
302 B
C++

#define COMPONENT reloadlaunchers
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_RELOADLAUNCHERS
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_ENABLED_RELOADLAUNCHERS
#define DEBUG_SETTINGS DEBUG_ENABLED_RELOADLAUNCHERS
#endif
#include "\z\ace\addons\main\script_macros.hpp"