1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Improve shared storage read / write

This commit is contained in:
Ted John
2020-03-07 12:37:07 +00:00
parent 0c71886941
commit ea8890aaaa
6 changed files with 179 additions and 140 deletions

View File

@@ -200,6 +200,7 @@ namespace OpenRCT2::Scripting
DukValue GameActionResultToDuk(const GameAction& action, const std::unique_ptr<GameActionResult>& result);
DukValue PositionToDuk(const CoordsXYZ& position);
void InitSharedStorage();
void LoadSharedStorage();
};