aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/BGame.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-03-06 17:29:40 +0100
committerEinar Johan Trøan Sømåen2012-06-02 12:12:33 +0200
commit4b2b236abd6b30c977b1a2858cc1b90eaf85cb10 (patch)
tree375a78b50054785bb1b82198889d39f7ad38f5f7 /engines/wintermute/BGame.h
parentd5b4474c36575fc5110da4ab850688d09419e27a (diff)
downloadscummvm-rg350-4b2b236abd6b30c977b1a2858cc1b90eaf85cb10.tar.gz
scummvm-rg350-4b2b236abd6b30c977b1a2858cc1b90eaf85cb10.tar.bz2
scummvm-rg350-4b2b236abd6b30c977b1a2858cc1b90eaf85cb10.zip
WINTERMUTE: Add most of the missing classes to the build.
Diffstat (limited to 'engines/wintermute/BGame.h')
-rw-r--r--engines/wintermute/BGame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/wintermute/BGame.h b/engines/wintermute/BGame.h
index 208b5b414b..610915d154 100644
--- a/engines/wintermute/BGame.h
+++ b/engines/wintermute/BGame.h
@@ -256,9 +256,8 @@ public:
virtual bool HandleMouseWheel(int Delta);
bool m_Quitting;
virtual HRESULT GetVersion(byte *VerMajor, byte *VerMinor, byte *ExtMajor, byte *ExtMinor);
-#if 0
+
virtual bool HandleKeypress(SDL_Event *event);
-#endif
int m_FreezeLevel;
HRESULT Unfreeze();
HRESULT Freeze(bool IncludingMusic = true);