aboutsummaryrefslogtreecommitdiff
path: root/kyra/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/gui.cpp')
-rw-r--r--kyra/gui.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/kyra/gui.cpp b/kyra/gui.cpp
index 84b8df406e..1d28182425 100644
--- a/kyra/gui.cpp
+++ b/kyra/gui.cpp
@@ -289,5 +289,11 @@ void KyraEngine::processButton(Button *button) {
(this->*callback)(button);
}
}
+
+int KyraEngine::buttonMenuCallback(Button *caller) {
+ warning("Menu not implemented yet!");
+ return 0;
+}
+
} // end of namespace Kyra