mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Renamed menu to gui, moved more gui stuff into it
This commit is contained in:
parent
676c9a5451
commit
54291b3b3b
1
addons/medical_gui/$PBOPREFIX$
Normal file
1
addons/medical_gui/$PBOPREFIX$
Normal file
@ -0,0 +1 @@
|
|||||||
|
z\ace\addons\medical_gui
|
@ -1,17 +1,17 @@
|
|||||||
#define COMPONENT medical_menu
|
#define COMPONENT medical_gui
|
||||||
#define COMPONENT_BEAUTIFIED Medical Menu
|
#define COMPONENT_BEAUTIFIED Medical GUI
|
||||||
#include "\z\ace\addons\main\script_mod.hpp"
|
#include "\z\ace\addons\main\script_mod.hpp"
|
||||||
|
|
||||||
// #define DEBUG_MODE_FULL
|
// #define DEBUG_MODE_FULL
|
||||||
#define DISABLE_COMPILE_CACHE
|
#define DISABLE_COMPILE_CACHE
|
||||||
// #define ENABLE_PERFORMANCE_COUNTERS
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
||||||
|
|
||||||
#ifdef DEBUG_ENABLED_MEDICAL_MENU
|
#ifdef DEBUG_ENABLED_MEDICAL_GUI
|
||||||
#define DEBUG_MODE_FULL
|
#define DEBUG_MODE_FULL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG_SETTINGS_MEDICAL_MENU
|
#ifdef DEBUG_SETTINGS_MEDICAL_GUI
|
||||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_MENU
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_GUI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "\z\ace\addons\main\script_macros.hpp"
|
#include "\z\ace\addons\main\script_macros.hpp"
|
@ -1 +0,0 @@
|
|||||||
z\ace\addons\medical_menu
|
|
Loading…
Reference in New Issue
Block a user