1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00
This commit is contained in:
AlexVinS 2018-04-03 21:46:12 +03:00
parent 82f334b503
commit 1fb25c46d3
2 changed files with 0 additions and 19 deletions

View File

@ -271,7 +271,6 @@ set(lib_HEADERS
spells/CSpellHandler.h
spells/ISpellMechanics.h
spells/Magic.h
spells/SpellMechanics.h
spells/Problem.h
spells/ProxyCaster.h
spells/TargetCondition.h

View File

@ -1,18 +0,0 @@
/*
* SpellMechanics.h, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
#include "CSpellHandler.h"
#include "ISpellMechanics.h"
#include "CDefaultSpellMechanics.h"
#include "AdventureSpellMechanics.h"
#include "BattleSpellMechanics.h"
#include "CreatureSpellMechanics.h"