ACE3/addons/interact_menu/script_component.hpp

12 lines
296 B
C++
Raw Normal View History

2015-01-18 18:38:27 +00:00
#define COMPONENT interact_menu
#include "\z\ace\addons\main\script_mod.hpp"
#ifdef DEBUG_ENABLED_INTERACT_MENU
#define DEBUG_MODE_FULL
#endif
#ifdef DEBUG_SETTINGS_INTERACT_MENU
#define DEBUG_SETTINGS DEBUG_SETTINGS_INTERACT_MENU
#endif
#include "\z\ace\addons\main\script_macros.hpp"