Rough Conversion

Gut keybind stuff, redo data arrays, reset button, progress on color
changer.
This commit is contained in:
PabstMirror
2015-01-21 05:43:58 -06:00
parent 09bb14d11b
commit 0ae940fdfb
51 changed files with 764 additions and 2081 deletions

View File

@ -0,0 +1,19 @@
#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