1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +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

@@ -15,12 +15,13 @@
#include "Limiter.h"
#include "Reward.h"
#include "../callback/IGameRandomizer.h"
#include "../texts/CGeneralTextHandler.h"
#include "../json/JsonRandom.h"
#include "../CCreatureHandler.h"
#include "../GameLibrary.h"
#include "../callback/IGameRandomizer.h"
#include "../json/JsonRandom.h"
#include "../mapObjects/IObjectInterface.h"
#include "../modding/IdentifierStorage.h"
#include "../texts/CGeneralTextHandler.h"
#include <vstd/RNG.h>