ACE3/addons/ui/script_component.hpp
jonpas f2bfc385eb Merge branch 'master' into removeVignetteAndCleanUI
Conflicts:
	addons/ui/README.md
	addons/ui/config.cpp
2015-09-05 22:00:51 +02:00

13 lines
253 B
C++

#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"