ACE3/addons/optionsmenu/script_component.hpp

26 lines
581 B
C++
Raw Normal View History

#define COMPONENT optionsmenu
2015-06-13 20:03:22 +00:00
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_OPTIONSMENU
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_OPTIONSMENU
#define DEBUG_SETTINGS DEBUG_SETTINGS_OPTIONSMENU
#endif
#include "\z\ace\addons\main\script_macros.hpp"
#define MENU_TAB_OPTIONS 0
#define MENU_TAB_COLORS 1
2015-04-05 00:17:43 +00:00
#define MENU_TAB_SERVER_OPTIONS 10
#define MENU_TAB_SERVER_COLORS 11
#define MENU_TAB_SERVER_VALUES 12