aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index ad13d122f1..a1f570ed98 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -161,8 +161,8 @@ public:
void requestQuit();
void requestUnpause();
- void selectControl(ControlReference id);
- void activateCommand(ControlReference id);
+ void selectControl(ControlAction action);
+ void activateCommand(ControlType id);
void refreshReady();
void preparedToRun();
void gameChanged();
@@ -210,6 +210,8 @@ public:
Common::Point getObjExitPosition(ObjID objID);
ObjID getParent(ObjID objID);
+ // Utils
+ ControlAction referenceToAction(ControlType id);
// Encapsulation HACK
Common::Rect getObjBounds(ObjID objID);
@@ -250,10 +252,7 @@ private:
// Data loading
bool loadGlobalSettings();
bool loadTextHuffman();
-
- // Utils
- ControlAction referenceToAction(ControlReference id);
-
+
const char* getGameFileName() const;
private: // Attributes