aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/page.h')
-rw-r--r--engines/pink/page.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pink/page.h b/engines/pink/page.h
index 3b06e5ea02..878613acf4 100644
--- a/engines/pink/page.h
+++ b/engines/pink/page.h
@@ -67,10 +67,13 @@ public:
PinkEngine *getGame();
Sequencer *getSequencer();
+ Module *getModule() const;
private:
int perhapsIsLoaded;
Module *_module;
+
+private:
CursorMgr *_cursorMgr;
WalkMgr *_walkMgr;
Sequencer *_sequencer;