summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/game_instance.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp
index 57b2213ea..4424c801c 100644
--- a/src/game/game_instance.cpp
+++ b/src/game/game_instance.cpp
@@ -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);