aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-07-04 11:45:47 +0200
committerBorja Lorente2016-08-14 18:46:11 +0200
commit46a85f02d6086bb14a6635a6af77ba85520a7e39 (patch)
treeabb07d085e9d85c3862087da001dd3830ec05e5f /engines/macventure/macventure.h
parent541702206889519515f20c42dd10aaba70630db1 (diff)
downloadscummvm-rg350-46a85f02d6086bb14a6635a6af77ba85520a7e39.tar.gz
scummvm-rg350-46a85f02d6086bb14a6635a6af77ba85520a7e39.tar.bz2
scummvm-rg350-46a85f02d6086bb14a6635a6af77ba85520a7e39.zip
MACVENTURE: Add initial text rendering
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