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

Moved bonus parsing to a new file

This commit is contained in:
Ivan Savenko
2024-02-14 15:48:06 +02:00
parent 0b7bf56597
commit 3740f8b02f
19 changed files with 913 additions and 855 deletions

View File

@@ -23,6 +23,7 @@
#include "BattleFieldHandler.h"
#include "bonuses/Limiters.h"
#include "bonuses/Updaters.h"
#include "json/JsonBonus.h"
#include "json/JsonUtils.h"
#include "mapObjectConstructors/AObjectTypeHandler.h"
#include "mapObjectConstructors/CObjectClassesHandler.h"