]> git.localhorst.tv Git - l2e.git/commit
added spells
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 10 Aug 2012 13:05:58 +0000 (15:05 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 10 Aug 2012 13:05:58 +0000 (15:05 +0200)
commitd872d756e64b8f1f57cba64ae19f479f8eab3927
tree5b5d8bae50e308cc3e0b2a5b0ef397e5e5a88d4a
parentfb10fbd4a72793048916557308772fdaa2afebc2
added spells
14 files changed:
Debug/src/common/subdir.mk
Release/src/common/subdir.mk
src/battle/BattleState.cpp
src/battle/BattleState.h
src/battle/Hero.h
src/battle/Resources.h
src/battle/states/SelectItem.cpp
src/common/HeroGroup.h [new file with mode: 0644]
src/common/Item.cpp
src/common/Item.h
src/common/Spell.cpp [new file with mode: 0644]
src/common/Spell.h [new file with mode: 0644]
src/common/TargetingMode.h [new file with mode: 0644]
src/main.cpp