]> git.localhorst.tv Git - blank.git/commit
moved entity spawn and control into its own class
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 4 Aug 2015 16:48:19 +0000 (18:48 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 4 Aug 2015 16:48:19 +0000 (18:48 +0200)
commit79bff420037f150bd6efd2eef08bd06afafeb068
tree32d03a0602ba5fee14be29f96befc2f06fcec336
parent745729c1935276e6f49d108a0a465214aa93c3cb
moved entity spawn and control into its own class

called "Spawner" if that is somehow non-obvious
src/ai/Spawner.cpp [new file with mode: 0644]
src/ai/Spawner.hpp [new file with mode: 0644]
src/app/Application.hpp
src/app/app.cpp