ACE3/addons/optionsmenu/script_component.hpp

20 lines
370 B
C++
Raw Normal View History

#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