ACE3/addons/interact_menu/script_component.hpp

18 lines
440 B
C++
Raw Normal View History

2015-01-18 18:38:27 +00:00
#define COMPONENT interact_menu
2016-06-20 09:41:17 +00:00
#define COMPONENT_BEAUTIFIED Interact Menu
2015-01-18 18:38:27 +00:00
#include "\z\ace\addons\main\script_mod.hpp"
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS
2015-01-18 18:38:27 +00:00
#ifdef DEBUG_ENABLED_INTERACT_MENU
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_INTERACT_MENU
#define DEBUG_SETTINGS DEBUG_SETTINGS_INTERACT_MENU
#endif
2015-04-15 02:12:48 +00:00
#include "\z\ace\addons\main\script_macros.hpp"