1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

vcmi: move bonuses to its own folder

This commit is contained in:
Konstantin
2023-04-27 23:41:41 +03:00
parent 03b8ce2d4c
commit 6fa1b2b19f
38 changed files with 43 additions and 45 deletions

View File

@@ -15,10 +15,10 @@
#include <vcmi/events/EventBus.h>
#include "../../lib/JsonNode.h"
#include "../../lib/HeroBonus.h"
#include "../../lib/ScriptHandler.h"
#include "../../lib/NetPacksBase.h"
#include "../../lib/battle/CBattleInfoCallback.h"
#include "../../lib/bonuses/HeroBonus.h"
#include "../mock/mock_ServerCallback.h"
#include "../mock/mock_IBattleInfoCallback.h"