about summary refs log tree commit diff
path: root/src/game/mapres.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/mapres.h')
-rw-r--r--src/game/mapres.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/mapres.h b/src/game/mapres.h
new file mode 100644
index 00000000..8d09e99c
--- /dev/null
+++ b/src/game/mapres.h
@@ -0,0 +1,7 @@
+enum
+{
+	MAPRES_REGISTERED=0x8000,
+	MAPRES_IMAGE=0x8001,
+	MAPRES_TILEMAP=0x8002,
+	MAPRES_COLLISIONMAP=0x8003,
+};