aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-22 22:28:06 +0000
committerJohannes Schickel2009-05-22 22:28:06 +0000
commit54a170978ad481a142829997f0d27076033b3a5b (patch)
treef2a02b2148c5a948762f944c11b4acd298be928e /engines/kyra/lol.h
parentef4947060ef637d6b7e84c6c1b2981e69db8af91 (diff)
downloadscummvm-rg350-54a170978ad481a142829997f0d27076033b3a5b.tar.gz
scummvm-rg350-54a170978ad481a142829997f0d27076033b3a5b.tar.bz2
scummvm-rg350-54a170978ad481a142829997f0d27076033b3a5b.zip
Handle mouse move events like the original.
svn-id: r40791
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index e4504428d3..e5d513d75f 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -306,8 +306,6 @@ private:
void updateEnvironmentalSfx(int soundId);
// mouse
- int checkInput(Button *buttonList, bool mainLoop = false);
-
void setMouseCursorToIcon(int icon);
void setMouseCursorToItemInHand();
uint8 *getItemIconShapePtr(int index);