Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2020-05-27 20:47:54 +01:00
27 changed files with 1185 additions and 106 deletions

View File

@@ -147,6 +147,9 @@ void GameInstance::RegisterAPI()
SQGSEventIndustryOpen_Register(this->engine);
SQGSEventRoadReconstruction_Register(this->engine);
SQGSEventStationFirstVehicle_Register(this->engine);
SQGSEventStoryPageButtonClick_Register(this->engine);
SQGSEventStoryPageTileSelect_Register(this->engine);
SQGSEventStoryPageVehicleSelect_Register(this->engine);
SQGSEventSubsidyAwarded_Register(this->engine);
SQGSEventSubsidyExpired_Register(this->engine);
SQGSEventSubsidyOffer_Register(this->engine);