aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/objectman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/objectman.cpp')
-rw-r--r--engines/dm/objectman.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/dm/objectman.cpp b/engines/dm/objectman.cpp
new file mode 100644
index 0000000000..4ab760d53a
--- /dev/null
+++ b/engines/dm/objectman.cpp
@@ -0,0 +1,8 @@
+#include "objectman.h"
+
+
+namespace DM {
+
+ObjectMan::ObjectMan(DMEngine *vm): _vm(vm) {}
+
+} \ No newline at end of file