16 lines
343 B
C++
16 lines
343 B
C++
#define COMPONENT tablet
|
|
#define COMPONENT_BEAUTIFIED Tablet
|
|
#include "..\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_TABLET
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_TABLET
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_TABLET
|
|
#endif
|
|
|
|
#include "..\main\script_macros.hpp" |