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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h
index ab29eedea7..cdf50b7e91 100644
--- a/engines/macventure/macventure.h
+++ b/engines/macventure/macventure.h
@@ -62,6 +62,9 @@ public:
private:
void processEvents();
+ void initGUI();
+ void loadBorder(Graphics::MacWindow * target, Common::String filename, bool active);
+
private:
const ADGameDescription *_gameDescription;
Common::RandomSource *_rnd;