2015-03-14 19:58:05 +00:00
|
|
|
#define COMPONENT maptools
|
|
|
|
#include "\z\ace\Addons\main\script_mod.hpp"
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MAPTOOLS
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_MODE_FULL
|
2015-03-14 19:58:05 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MAPTOOLS
|
2015-04-06 16:22:43 +00:00
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAPTOOLS
|
2015-03-14 19:58:05 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\Addons\main\script_macros.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
#define MARKERNAME_MAPTOOL_FIXED "ACE_MapToolFixed"
|
|
|
|
#define MARKERNAME_MAPTOOL_ROTATINGNORMAL "ACE_MapToolRotatingNormal"
|
|
|
|
#define MARKERNAME_MAPTOOL_ROTATINGSMALL "ACE_MapToolRotatingSmall"
|