From 5ea9bdd99aac134e739f06b4934a8ff5278633a1 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Tue, 22 Jul 2008 12:35:46 +0000 Subject: Merged inventory input code from different files. svn-id: r33198 --- engines/parallaction/input.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/parallaction/input.h') diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h index c0630e410a..2a97077603 100644 --- a/engines/parallaction/input.h +++ b/engines/parallaction/input.h @@ -70,6 +70,9 @@ class Input { bool _mouseHidden; ZonePtr _hoverZone; + void enterInventoryMode(); + void exitInventoryMode(); + public: enum { kInputModeGame = 0, -- cgit v1.2.3