summaryrefslogtreecommitdiff
path: root/lib/engine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/engine.cc')
-rw-r--r--lib/engine.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/engine.cc b/lib/engine.cc
index 919fcb4..6e3f303 100644
--- a/lib/engine.cc
+++ b/lib/engine.cc
@@ -1,6 +1,8 @@
#include <SDL/SDL.h>
#include "engine.h"
+#define _(x) x
+
int mogltk::engine::inited = 0;
int mogltk::engine::setup() throw(GeneralException) {