aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/glk_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/glk_interface.cpp')
-rw-r--r--engines/glk/advsys/glk_interface.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/advsys/glk_interface.cpp b/engines/glk/advsys/glk_interface.cpp
index c83f0c137c..800d70836e 100644
--- a/engines/glk/advsys/glk_interface.cpp
+++ b/engines/glk/advsys/glk_interface.cpp
@@ -39,5 +39,10 @@ void GlkInterface::print(int number) {
print(s);
}
+Common::String GlkInterface::getLine() {
+ // TODO: Stub
+ return "";
+}
+
} // End of namespace AdvSys
} // End of namespace Glk