aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/sprint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/sprint.cpp')
-rw-r--r--engines/mortevielle/sprint.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mortevielle/sprint.cpp b/engines/mortevielle/sprint.cpp
index 406d7bccb4..374ac24b3e 100644
--- a/engines/mortevielle/sprint.cpp
+++ b/engines/mortevielle/sprint.cpp
@@ -26,6 +26,7 @@
*/
#include "common/str.h"
+#include "common/textconsole.h"
#include "mortevielle/mouse.h"
#include "mortevielle/sprint.h"
#include "mortevielle/var_mor.h"
@@ -87,4 +88,9 @@ void writeg(Common::String l, int c)
show_mouse();
}
+void box(int c, int Gd, int xo, int yo, int xi, int yi, int patt) {
+ warning("TODO: box method not yet implemented");
+}
+
+
} // End of namespace Mortevielle