1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

HeroBonus: split BonusList

This commit is contained in:
Konstantin
2023-04-30 20:34:25 +03:00
parent 48bcfe74f7
commit 29c76fb9bf
14 changed files with 400 additions and 364 deletions

View File

@ -11,6 +11,7 @@
#include "BonusSystem.h"
#include "../../../lib/bonuses/BonusList.h"
#include "../../../lib/bonuses/HeroBonus.h"
#include "../../../lib/bonuses/IBonusBearer.h"