aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2006-08-27 11:47:03 +0000
committerPaul Gilbert2006-08-27 11:47:03 +0000
commit37b4f2039a1682c4b43cff9b56684fccbf85835d (patch)
tree0261b59a00906f44eb3f4c1a832d0f00a3a72b06 /engines/lure/game.h
parent1b60992052fa18ee3fc98017b7b2e024da94b1b9 (diff)
downloadscummvm-rg350-37b4f2039a1682c4b43cff9b56684fccbf85835d.tar.gz
scummvm-rg350-37b4f2039a1682c4b43cff9b56684fccbf85835d.tar.bz2
scummvm-rg350-37b4f2039a1682c4b43cff9b56684fccbf85835d.zip
Added support for selecting a sequence of commands in response to the Tell action
svn-id: r23786
Diffstat (limited to 'engines/lure/game.h')
-rw-r--r--engines/lure/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/lure/game.h b/engines/lure/game.h
index 5b4e7056d0..c8fc9221d7 100644
--- a/engines/lure/game.h
+++ b/engines/lure/game.h
@@ -48,6 +48,7 @@ private:
void handleClick();
void handleRightClickMenu();
void handleLeftClick();
+ bool GetTellActions();
void doAction(Action action, uint16 hotspotId, uint16 usedId);
void playerChangeRoom();