aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/game.cpp')
-rw-r--r--engines/lure/game.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lure/game.cpp b/engines/lure/game.cpp
index 1ff9819f33..10db7b0613 100644
--- a/engines/lure/game.cpp
+++ b/engines/lure/game.cpp
@@ -40,6 +40,10 @@ namespace Lure {
static Game *int_game = NULL;
+bool Game::isCreated() {
+ return int_game != NULL;
+}
+
Game &Game::getReference() {
return *int_game;
}