10 lines
213 B
C++
10 lines
213 B
C++
#define COMPONENT main
|
|
#define COMPONENT_BEAUTIFIED Main
|
|
#include "script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
#include "script_macros.hpp"
|