1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

Fix merge of SpellsRefactoring5

This commit is contained in:
AlexVinS
2015-03-10 23:14:58 +03:00
parent 719fcef34e
commit 1fd4a6daae
2 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
#include "CModHandler.h"
#include "VCMI_Lib.h"
#include "mapping/CMap.h"
#include "spells/SpellMechanics.h"
#include "spells/CSpellHandler.h"
#include "CCreatureHandler.h"
#include "CGameState.h"
#include "BattleState.h"

View File

@ -27,7 +27,7 @@
#include "../BattleState.h"
#include "../CBattleCallback.h"
#include "SpellMechanics.h"
#include "ISpellMechanics.h"
namespace SpellConfig
{