aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/page.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/page.cpp')
-rw-r--r--engines/pink/page.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/pink/page.cpp b/engines/pink/page.cpp
index c59e29996f..123e27be0a 100644
--- a/engines/pink/page.cpp
+++ b/engines/pink/page.cpp
@@ -108,4 +108,8 @@ Sequencer *GamePage::getSequencer() {
return _sequencer;
}
+Module *GamePage::getModule() const {
+ return _module;
+}
+
} // End of namespace Pink