Merge in the refactor from earlier.

This commit is contained in:
Zed A. Shaw 2024-10-17 21:49:57 -04:00
commit 3dae65fe82
6 changed files with 50 additions and 35 deletions

View file

@ -4,6 +4,8 @@
#include "components.hpp"
#include <ftxui/dom/canvas.hpp>
using namespace Components;
namespace System {
void motion(DinkyECS::World &world, Map &game_map);
void combat(DinkyECS::World &world, Player &player);