2015-01-21 11:43:58 +00:00
|
|
|
#define COMPONENT optionsmenu
|
2016-06-20 09:41:17 +00:00
|
|
|
#define COMPONENT_BEAUTIFIED Options Menu
|
2015-01-21 11:43:58 +00:00
|
|
|
|
2015-06-13 20:03:22 +00:00
|
|
|
// #define DEBUG_MODE_FULL
|
2016-01-29 05:26:02 +00:00
|
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
2015-01-21 11:43:58 +00:00
|
|
|
|
|
|
|
#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"
|
|
|
|
|
2017-04-11 00:37:53 +00:00
|
|
|
#define IDC_MAIN_INFO 80090
|
|
|
|
#define IDC_MAIN_INFO_CURRENT_VERSION_INFO 80091
|
|
|
|
#define IDC_MAIN_INFO_NEWEST_VERSION_INFO 80092
|