ACE3/addons/optionsmenu/script_component.hpp
PabstMirror 0ae940fdfb Rough Conversion
Gut keybind stuff, redo data arrays, reset button, progress on color
changer.
2015-01-21 05:43:58 -06:00

20 lines
370 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