1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Start integration of map format into engine

This commit is contained in:
AlexVinS
2016-02-09 20:20:03 +03:00
parent 6db94ab74c
commit 0c21efb202
9 changed files with 59 additions and 30 deletions

View File

@@ -215,7 +215,8 @@ enum EMapFormat
AB = 0x15, // 21
SOD = 0x1c, // 28
// HOTA = 0x1e ... 0x20 // 28 ... 30
WOG = 0x33 // 51
WOG = 0x33, // 51
VCMI = 0xF0
};
}