13 lines
223 B
C++
13 lines
223 B
C++
#define COMPONENT main
|
|
#include "script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_MAIN
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_MAIN
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MAIN
|
|
#endif
|
|
|
|
#include "script_macros.hpp"
|