1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Implement GameAction for setting date

This commit is contained in:
Michael Steenbeek
2019-03-31 19:48:51 +02:00
committed by GitHub
parent e38efcbec4
commit b618bbdcd4
10 changed files with 84 additions and 14 deletions

View File

@@ -27,6 +27,7 @@
#include "MazeSetTrackAction.hpp"
#include "ParkEntranceRemoveAction.hpp"
#include "ParkMarketingAction.hpp"
#include "ParkSetDateAction.hpp"
#include "ParkSetLoanAction.hpp"
#include "ParkSetNameAction.hpp"
#include "ParkSetParameterAction.hpp"
@@ -127,5 +128,6 @@ namespace GameActions
Register<WaterLowerAction>();
Register<WaterRaiseAction>();
Register<GuestSetFlagsAction>();
Register<ParkSetDateAction>();
}
} // namespace GameActions