ACE3/addons/map_gestures/script_component.hpp
Michael Braun 3cbe6a3ebc Fixed multiple group settings not applying properly.
Added client configuration options for default colors.
2015-08-24 22:03:47 +02:00

15 lines
356 B
C++

#define COMPONENT map_gestures
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_MAP_GESTURES
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_MAP_GESTURES
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAP_GESTURES
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define EVENT_PLAYER_HAS_NO_OWNER_ID "PlayerNameHasNoOwnerID"