about summary refs log tree commit diff
path: root/src/game/mapitems.h
diff options
context:
space:
mode:
authorSushiTee <weichel.sascha@xxx.xx>2011-07-12 23:31:39 +0200
committeroy <Tom_Adams@web.de>2012-01-10 23:14:24 +0100
commit65f4416164eb592efdcb56140f095944b485f8b6 (patch)
tree0e021a28f548cbeccc34a0f79d15ec16b3391c13 /src/game/mapitems.h
parentfa81141110ad46fc65860091c065bb932916fef4 (diff)
downloadzcatch-65f4416164eb592efdcb56140f095944b485f8b6.tar.gz
zcatch-65f4416164eb592efdcb56140f095944b485f8b6.zip
added map info
Diffstat (limited to 'src/game/mapitems.h')
-rw-r--r--src/game/mapitems.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/mapitems.h b/src/game/mapitems.h
index bb2f4d19..e1dda4ee 100644
--- a/src/game/mapitems.h
+++ b/src/game/mapitems.h
@@ -90,6 +90,15 @@ public:
 	unsigned char m_Reserved;
 };
 
+struct CMapItemInfo
+{
+	int m_Version;
+	int m_Author;
+	int m_MapVersion;
+	int m_Credits;
+	int m_License;
+} ;
+
 struct CMapItemImage
 {
 	int m_Version;