aboutsummaryrefslogtreecommitdiff
path: root/engines/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/engine.cpp')
-rw-r--r--engines/engine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 2edb77b8f2..bb51e77f0d 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -133,6 +133,10 @@ bool ChainedGamesManager::pop(Common::String &target, int &slot) {
return true;
}
+namespace Common {
+DECLARE_SINGLETON(ChainedGamesManager);
+}
+
Engine::Engine(OSystem *syst)
: _system(syst),
_mixer(_system->getMixer()),