mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
23 lines
476 B
C++
23 lines
476 B
C++
#define COMPONENT optionsmenu
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
|
|
#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
|