mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-26 05:12:54 +00:00
13 lines
305 B
C++
13 lines
305 B
C++
#define COMPONENT sys_wep_dragon
|
|
#include "\x\uo\Addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_SYS_WEP_DRAGON
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_SYS_WEP_DRAGON
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_SYS_WEP_DRAGON
|
|
#endif
|
|
|
|
#include "\x\uo\Addons\main\script_macros.hpp"
|