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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index 043218c8a0..735dda51cc 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -196,7 +196,7 @@ public:
void enqueueObject(ObjectQueueID type, ObjID objID, ObjID target = 0);
void enqueueText(TextQueueID type, ObjID target, ObjID source, ObjID text);
-
+
void runObjQueue();
bool printTexts();
@@ -239,7 +239,6 @@ public:
uint getOverlapPercent(ObjID one, ObjID other);
WindowReference getObjWindow(ObjID objID);
- WindowReference findObjWindow(ObjID objID);
WindowReference findParentWindow(ObjID objID);
Common::Point getDeltaPoint();
@@ -275,7 +274,7 @@ private:
// Data loading
bool loadGlobalSettings();
bool loadTextHuffman();
-
+
const char* getGameFileName() const;
private: // Attributes