]> git.localhorst.tv Git - l2e.git/commit
wrapped some virtual State methods in non-virtual calls
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Oct 2012 18:44:51 +0000 (20:44 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 17 Oct 2012 18:44:51 +0000 (20:44 +0200)
commit7252571fb926a187c4c40e8f4eec718f16d63ffa
tree2adf0a657896e99bc674f6a0bc9e698d4aa0b11b
parent2ccc2369d32fb680a3047519d79c17de34c4e10a
wrapped some virtual State methods in non-virtual calls
19 files changed:
Debug/src/app/subdir.mk
Release/src/app/subdir.mk
src/app/Application.cpp
src/app/State.cpp [new file with mode: 0644]
src/app/State.h
src/battle/BattleState.h
src/battle/states/PerformAttacks.h
src/battle/states/RunState.h
src/battle/states/SelectAttackType.h
src/battle/states/SelectIkari.h
src/battle/states/SelectItem.h
src/battle/states/SelectMoveAction.h
src/battle/states/SelectSpell.h
src/battle/states/SelectTarget.h
src/battle/states/SwapHeroes.h
src/graphics/ColorFade.cpp
src/graphics/ColorFade.h
src/map/MapState.h
src/map/TransitionState.h