16 lines
383 B
C++
16 lines
383 B
C++
#define COMPONENT player
|
|
#define COMPONENT_BEAUTIFIED Player
|
|
#include "\z\forge_client\addons\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_PLAYER
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_SETTINGS_PLAYER
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_PLAYER
|
|
#endif
|
|
|
|
#include "\z\forge_client\addons\main\script_macros.hpp" |