
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.
13 lines
251 B
C++
13 lines
251 B
C++
PREP(createStore);
|
|
PREP(getFromStore);
|
|
PREP(getStore);
|
|
PREP(initDB);
|
|
PREP(loadFromMission);
|
|
PREP(loadFromProfile);
|
|
PREP(loadGameState);
|
|
PREP(saveGameState);
|
|
PREP(saveToMission);
|
|
PREP(saveToProfile);
|
|
PREP(saveToStore);
|
|
PREP(saveToTemp);
|
|
PREP(verifyDB); |