aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cdrom_tray.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2017-09-17 16:24:26 -0400
committerPaul Gilbert2017-09-17 16:24:26 -0400
commit481e18ee1d38512e9d1c730b357b230d5db22cae (patch)
tree0cc7a2e70876280a4ecb80d171cfeb90a66d7b1c /engines/titanic/game/cdrom_tray.cpp
parent4a9098d083683f75918ee15f3191309182206f86 (diff)
downloadscummvm-rg350-481e18ee1d38512e9d1c730b357b230d5db22cae.tar.gz
scummvm-rg350-481e18ee1d38512e9d1c730b357b230d5db22cae.tar.bz2
scummvm-rg350-481e18ee1d38512e9d1c730b357b230d5db22cae.zip
TITANIC: Create a separate g_language global in it's own file
I was becoming concerned with more and more files having to add the full engine definition and sub-classes thereof via titanic.h, just so the TRANSLATE macro could call getLanguage. This way, files just need to include the lightweight translation.h file instead
Diffstat (limited to 'engines/titanic/game/cdrom_tray.cpp')
-rw-r--r--engines/titanic/game/cdrom_tray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cdrom_tray.cpp b/engines/titanic/game/cdrom_tray.cpp
index 9d0904b511..0215b58f43 100644
--- a/engines/titanic/game/cdrom_tray.cpp
+++ b/engines/titanic/game/cdrom_tray.cpp
@@ -23,7 +23,7 @@
#include "titanic/core/room_item.h"
#include "titanic/game/cdrom_tray.h"
#include "titanic/messages/messages.h"
-#include "titanic/titanic.h"
+#include "titanic/translation.h"
namespace Titanic {