aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-07 08:11:06 -0500
committerPaul Gilbert2016-03-07 08:11:06 -0500
commit3103c9aaa9d14a5f6ad360eab2637c0be3141428 (patch)
treedb2e989a7c8e28687a663ebd2c02670bb3508ec6 /engines/titanic/game_manager.cpp
parentfbcd4de457cfa18d121158e6be45ade57a3428f1 (diff)
downloadscummvm-rg350-3103c9aaa9d14a5f6ad360eab2637c0be3141428.tar.gz
scummvm-rg350-3103c9aaa9d14a5f6ad360eab2637c0be3141428.tar.bz2
scummvm-rg350-3103c9aaa9d14a5f6ad360eab2637c0be3141428.zip
TITANIC: Implemented message target classes
Diffstat (limited to 'engines/titanic/game_manager.cpp')
-rw-r--r--engines/titanic/game_manager.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/game_manager.cpp b/engines/titanic/game_manager.cpp
index 5e6496218f..6c9d5e1695 100644
--- a/engines/titanic/game_manager.cpp
+++ b/engines/titanic/game_manager.cpp
@@ -21,6 +21,7 @@
*/
#include "titanic/game_manager.h"
+#include "titanic/messages/messages.h"
#include "titanic/screen_manager.h"
namespace Titanic {
@@ -36,6 +37,9 @@ void CGameManager::load(SimpleFile *file) {
void CGameManager::gameLoaded() {
// TODO
+
+ //CLoadSuccessMsg msg(0);
+
}
-} // End of namespace Titanic
+} // End of namespace Titanic z