summaryrefslogtreecommitdiff
path: root/lib/base.cc
diff options
context:
space:
mode:
authorpixel <pixel>2003-04-04 16:31:03 +0000
committerpixel <pixel>2003-04-04 16:31:03 +0000
commita099991354e31b55a0d0903ba5755f13aeb43824 (patch)
tree3c4e3d9b2265857f4f18de4418ec0012bceffaaf /lib/base.cc
parentfeba563611f39efe4f71cf09347d5aa9cd13ada6 (diff)
Backport fixing
Diffstat (limited to 'lib/base.cc')
-rw-r--r--lib/base.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/base.cc b/lib/base.cc
index 8741978..310dde3 100644
--- a/lib/base.cc
+++ b/lib/base.cc
@@ -69,3 +69,9 @@ void mogltk::base::setsurface(SDL_Surface * _surface) throw (GeneralException) {
SDL_Surface * mogltk::base::getsurface() {
return surface;
}
+
+void mogltk::base::Enter2DMode() {
+}
+
+void mogltk::base::Leave2DMode() {
+}