diff options
author | Einar Johan Trøan Sømåen | 2012-03-06 17:29:40 +0100 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-02 12:12:33 +0200 |
commit | 4b2b236abd6b30c977b1a2858cc1b90eaf85cb10 (patch) | |
tree | 375a78b50054785bb1b82198889d39f7ad38f5f7 /engines/wintermute/BGame.h | |
parent | d5b4474c36575fc5110da4ab850688d09419e27a (diff) | |
download | scummvm-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.h | 3 |
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);
|