added and adjusted source files for Mirror Magic game engine
[rocksndiamonds.git] / src / game_mm / game_mm.h
diff --git a/src/game_mm/game_mm.h b/src/game_mm/game_mm.h
new file mode 100644 (file)
index 0000000..eab1a75
--- /dev/null
@@ -0,0 +1,19 @@
+// ============================================================================
+// Mirror Magic -- McDuffin's Revenge
+// ----------------------------------------------------------------------------
+// (c) 1994-2017 by Artsoft Entertainment
+//                         Holger Schemel
+//                 info@artsoft.org
+//                 http://www.artsoft.org/
+// ----------------------------------------------------------------------------
+// game_mm.h
+// ============================================================================
+
+#ifndef GAME_MM_H
+#define GAME_MM_H
+
+#define GAME_MM_VERSION_1_0_0
+
+#include "export.h"
+
+#endif /* GAME_MM_H */