15 lines
333 B
C++
15 lines
333 B
C++
#define COMPONENT main
|
|
#include "\z\dragonfly\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_MAIN
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_MAIN
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
|
|
#endif
|
|
|
|
#include "\z\dragonfly\addons\main\script_macros.hpp" |