1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

chr loading

This commit is contained in:
Laserlicht
2024-08-31 12:39:23 +02:00
parent a89a1efa89
commit 46c169d20f
6 changed files with 15 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ public:
static MapFormatFeaturesH3M getFeaturesROE();
static MapFormatFeaturesH3M getFeaturesAB();
static MapFormatFeaturesH3M getFeaturesSOD();
static MapFormatFeaturesH3M getFeaturesCHR();
static MapFormatFeaturesH3M getFeaturesWOG();
static MapFormatFeaturesH3M getFeaturesHOTA(uint32_t hotaVersion);