mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Rough Conversion
Gut keybind stuff, redo data arrays, reset button, progress on color changer.
This commit is contained in:
19
addons/optionsmenu/script_component.hpp
Normal file
19
addons/optionsmenu/script_component.hpp
Normal 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
|
||||
|
Reference in New Issue
Block a user