
This commit includes the following changes: - Updates the build environment in the GitHub Actions workflow to use `ubuntu-latest` instead of `ubuntu-22.04`. - Adds `playerGroup2Server` to the XEH_PREP.hpp file. - Updates the picture path in CfgMods.hpp to include the file extension.
15 lines
326 B
C++
15 lines
326 B
C++
#define COMPONENT db
|
|
#define COMPONENT_BEAUTIFIED DB
|
|
#include "..\main\script_mod.hpp"
|
|
|
|
// #define DEBUG_MODE_FULL
|
|
// #define DISABLE_COMPILE_CACHE
|
|
|
|
#ifdef DEBUG_ENABLED_DB
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
#ifdef DEBUG_SETTINGS_DB
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_DB
|
|
#endif
|
|
|
|
#include "..\main\script_macros.hpp" |