ACE3/addons/optionsmenu/script_component.hpp
commy2 05d30c5573 convert log macros to cba versions (#4282)
* convert log macros to cba versions

* Add changes to AB

* remove obsolete macro
2016-10-02 12:55:31 +02:00

26 lines
590 B
C++

#define COMPONENT optionsmenu
#define COMPONENT_BEAUTIFIED Options Menu
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #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
#define MENU_TAB_SERVER_OPTIONS 10
#define MENU_TAB_SERVER_COLORS 11
#define MENU_TAB_SERVER_VALUES 12