]> git.localhorst.tv Git - l2e.git/commit
added Caster class to simplify the code in main()
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Sep 2012 20:34:04 +0000 (22:34 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 19 Sep 2012 20:34:04 +0000 (22:34 +0200)
commitf6085f8568f2c754ed2eac294171e542139581f4
tree26f028c7782d96a14849986bd3867675d58f1038
parentb841b91bb2381c7553863d165ebfc5b6a323b9d2
added Caster class to simplify the code in main()
Debug/src/loader/subdir.mk
Release/src/loader/subdir.mk
src/loader/Caster.cpp [new file with mode: 0644]
src/loader/Caster.h [new file with mode: 0644]
src/main.cpp