summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index 7229e8996..2287445ee 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -260,6 +260,8 @@ public:
virtual std::string getName();
};
+#define MTSCHEM_FILE_SIGNATURE 0x4d54534d // 'MTSM'
+
enum Rotation {
ROTATE_0,
ROTATE_90,