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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp
index 81870603b..e4971238a 100644
--- a/src/game/game_instance.cpp
+++ b/src/game/game_instance.cpp
@@ -19,6 +19,7 @@
#include "game_config.hpp"
#include "game_info.hpp"
#include "game_instance.hpp"
+#include "game_text.hpp"
#include "game.hpp"
/* Convert all Game related classes to Squirrel data.
@@ -180,6 +181,7 @@ void GameInstance::RegisterAPI()
SQGSWaypointList_Vehicle_Register(this->engine);
SQGSWindow_Register(this->engine);
+ RegisterGameTranslation(this->engine);
}
int GameInstance::GetSetting(const char *name)