summaryrefslogtreecommitdiff
path: root/src/game/game_instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_instance.cpp')
-rw-r--r--src/game/game_instance.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp
index 9d030f296..c5e5c7f05 100644
--- a/src/game/game_instance.cpp
+++ b/src/game/game_instance.cpp
@@ -173,6 +173,17 @@ void GameInstance::RegisterAPI()
SQGSSignList_Register(this->engine);
SQGSStation_Register(this->engine);
SQGSStationList_Register(this->engine);
+ SQGSStationList_Cargo_Register(this->engine);
+ SQGSStationList_CargoPlanned_Register(this->engine);
+ SQGSStationList_CargoPlannedByFrom_Register(this->engine);
+ SQGSStationList_CargoPlannedByVia_Register(this->engine);
+ SQGSStationList_CargoPlannedFromByVia_Register(this->engine);
+ SQGSStationList_CargoPlannedViaByFrom_Register(this->engine);
+ SQGSStationList_CargoWaiting_Register(this->engine);
+ SQGSStationList_CargoWaitingByFrom_Register(this->engine);
+ SQGSStationList_CargoWaitingByVia_Register(this->engine);
+ SQGSStationList_CargoWaitingFromByVia_Register(this->engine);
+ SQGSStationList_CargoWaitingViaByFrom_Register(this->engine);
SQGSStationList_Vehicle_Register(this->engine);
SQGSStoryPage_Register(this->engine);
SQGSStoryPageElementList_Register(this->engine);