ACE3/addons/ui/script_component.hpp

13 lines
253 B
C++
Raw Normal View History

#define COMPONENT ui
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_UI
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_UI
#define DEBUG_SETTINGS DEBUG_SETTINGS_UI
#endif
#include "\z\ace\addons\main\script_macros.hpp"