1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Split CCreatureSet file on .h/.cpp per class basis

This commit is contained in:
Ivan Savenko
2025-07-07 19:12:31 +03:00
parent 2ad186130f
commit 8721bdd728
47 changed files with 899 additions and 753 deletions

View File

@@ -14,6 +14,7 @@
#include "../texts/CGeneralTextHandler.h"
#include "../json/JsonRandom.h"
#include "../GameLibrary.h"
#include "../mapObjects/army/CStackInstance.h"
#include "../mapObjects/CGDwelling.h"
#include "../mapObjects/ObjectTemplate.h"
#include "../modding/IdentifierStorage.h"