AlexVinS %!s(int64=7) %!d(string=hai) anos
pai
achega
1fb25c46d3
Modificáronse 2 ficheiros con 0 adicións e 19 borrados
  1. 0 1
      lib/CMakeLists.txt
  2. 0 18
      lib/spells/SpellMechanics.h

+ 0 - 1
lib/CMakeLists.txt

@@ -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

+ 0 - 18
lib/spells/SpellMechanics.h

@@ -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"