Turned on all the warnings I could handle and made them into errors then fixed them all. Worldbuilder needs a refactor in random_path.
This commit is contained in:
parent
f3f875ee80
commit
128fc4f540
19 changed files with 85 additions and 85 deletions
|
@ -9,7 +9,7 @@ namespace System {
|
|||
using namespace components;
|
||||
using namespace lighting;
|
||||
|
||||
void lighting(DinkyECS::World &world, Map &game_map, LightRender &light, Player &player);
|
||||
void lighting(DinkyECS::World &world, Map &game_map, LightRender &light);
|
||||
void motion(DinkyECS::World &world, Map &game_map);
|
||||
void collision(DinkyECS::World &world, Player &player);
|
||||
void death(DinkyECS::World &world);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue