ACE3/addons/map/script_component.hpp

23 lines
582 B
C++
Raw Normal View History

2015-01-15 09:51:18 +00:00
#define COMPONENT map
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Map
#include "\z\ace\addons\main\script_mod.hpp"
2015-01-15 09:51:18 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-01-15 09:51:18 +00:00
#ifdef DEBUG_ENABLED_MAP
#define DEBUG_MODE_FULL
2015-01-15 09:51:18 +00:00
#endif
#ifdef DEBUG_SETTINGS_MAP
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAP
2015-01-15 09:51:18 +00:00
#endif
#include "\z\ace\addons\main\script_macros.hpp"
2015-01-15 09:51:18 +00:00
#define MARKERNAME_MAPTOOL_FIXED "ACE_MapToolFixed"
#define MARKERNAME_MAPTOOL_ROTATINGNORMAL "ACE_MapToolRotatingNormal"
2015-01-17 04:07:53 +00:00
#define MARKERNAME_MAPTOOL_ROTATINGSMALL "ACE_MapToolRotatingSmall"