A bit more cleanup, but still looking for more organization.
This commit is contained in:
parent
e42647d727
commit
1bb8999610
6 changed files with 50 additions and 34 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace System {
|
||||
void motion(DinkyECS::World &world, Map &game_map);
|
||||
void combat(DinkyECS::World &world, Player &player);
|
||||
void combat(DinkyECS::World &world, Components::Player &player);
|
||||
void draw_entities(DinkyECS::World &world, ftxui::Canvas &canvas);
|
||||
void enemy_pathing(DinkyECS::World &world, Map &game_map, Player &player);
|
||||
void enemy_pathing(DinkyECS::World &world, Map &game_map, Components::Player &player);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue