2015-01-15 09:51:18 +00:00
|
|
|
#define COMPONENT map
|
2015-05-20 21:28:10 +00:00
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
2015-01-15 09:51:18 +00:00
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MAP
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-01-15 09:51:18 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MAP
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAP
|
2015-01-15 09:51:18 +00:00
|
|
|
#endif
|
|
|
|
|
2015-05-20 21:28:10 +00:00
|
|
|
#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"
|