diff options
Diffstat (limited to 'engines/pegasus/input.cpp')
-rw-r--r-- | engines/pegasus/input.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pegasus/input.cpp b/engines/pegasus/input.cpp index 0a29a43008..f4834037d9 100644 --- a/engines/pegasus/input.cpp +++ b/engines/pegasus/input.cpp @@ -30,6 +30,10 @@ #include "pegasus/input.h" #include "pegasus/pegasus.h" +namespace Common { +DECLARE_SINGLETON(Pegasus::InputDeviceManager); +} + namespace Pegasus { InputDeviceManager::InputDeviceManager() { |