15 lines
338 B
C++
15 lines
338 B
C++
#define COMPONENT utils
|
|
#define COMPONENT_BEAUTIFIED Utils
|
|
#include "..\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
#define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_UTILS
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
#ifdef DEBUG_SETTINGS_UTILS
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_UTILS
|
|
#endif
|
|
|
|
#include "..\main\script_macros.hpp" |