]> git.localhorst.tv Git - l2e.git/commit
moved Hero and Stats to common
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 7 Oct 2012 17:39:55 +0000 (19:39 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sun, 7 Oct 2012 17:39:55 +0000 (19:39 +0200)
commit06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea
treee0a3d8340f2a40c973b7c148622bf8df86fe2aa8
parente02068d51f5e7f82d4d3195e9a9ce5c9d76f727d
moved Hero and Stats to common
24 files changed:
Debug/src/battle/subdir.mk
Debug/src/common/subdir.mk
Release/src/battle/subdir.mk
Release/src/common/subdir.mk
src/battle/BattleState.cpp
src/battle/BattleState.h
src/battle/Hero.cpp
src/battle/Hero.h
src/battle/Monster.h
src/battle/Stats.cpp [deleted file]
src/battle/Stats.h [deleted file]
src/battle/fwd.h
src/common/GameState.cpp [new file with mode: 0644]
src/common/GameState.h [new file with mode: 0644]
src/common/Hero.cpp [new file with mode: 0644]
src/common/Hero.h [new file with mode: 0644]
src/common/Stats.cpp [new file with mode: 0644]
src/common/Stats.h [new file with mode: 0644]
src/common/fwd.h
src/loader/Caster.cpp
src/loader/Caster.h
src/loader/Interpreter.cpp
src/main.cpp
test-data/test.l2s