SpellMechanics.h 444 B

123456789101112131415161718
  1. /*
  2. * SpellMechanics.h, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #pragma once
  11. #include "CSpellHandler.h"
  12. #include "ISpellMechanics.h"
  13. #include "CDefaultSpellMechanics.h"
  14. #include "AdventureSpellMechanics.h"
  15. #include "BattleSpellMechanics.h"
  16. #include "CreatureSpellMechanics.h"