ACE3/addons/map/script_component.hpp

18 lines
449 B
C++
Raw Normal View History

2015-01-15 09:51:18 +00:00
#define COMPONENT map
#include "\z\ace\addons\main\script_mod.hpp"
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"