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

vcmi: split CBonusSystemNode, BonusParams and prop

More splitting of HeroBonus.h
This commit is contained in:
Konstantin
2023-04-30 17:35:15 +03:00
parent 713e3004df
commit 1d34c73c2d
24 changed files with 1253 additions and 1115 deletions

View File

@@ -22,8 +22,10 @@
#include "../mapObjects/CommonConstructors.h"
#include "../mapObjects/MapObjects.h"
#include "../battle/CObstacleInstance.h"
#include "../bonuses/CBonusSystemNode.h"
#include "../bonuses/Limiters.h"
#include "../bonuses/Updaters.h"
#include "../bonuses/Propagators.h"
#include "../CStack.h"
VCMI_LIB_NAMESPACE_BEGIN