ACE3/optionals/server/script_component.hpp

14 lines
299 B
C++
Raw Normal View History

2015-05-11 16:03:09 +00:00
#define COMPONENT server
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Server
#include "\z\ace\addons\main\script_mod.hpp"
2015-03-27 19:35:44 +00:00
#ifdef DEBUG_ENABLED_SERVER
2015-03-27 19:35:44 +00:00
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_SERVER
#define DEBUG_SETTINGS DEBUG_SETTINGS_SERVER
2015-03-27 19:35:44 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"