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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/mapres.h b/src/game/mapres.h
index 1fc92edc..77a3ccaa 100644
--- a/src/game/mapres.h
+++ b/src/game/mapres.h
@@ -7,3 +7,8 @@ enum
 	MAPRES_COLLISIONMAP=0x8003,
 	MAPRES_TEMP_THEME=0x8fff,
 };
+
+struct mapres_theme
+{
+	int id;
+};