Mostly pulled out all of the ftxui rendering into cleaner areas.

This commit is contained in:
Zed A. Shaw 2024-10-02 18:55:17 -04:00
parent 710076edfb
commit 10e5f53292
3 changed files with 13 additions and 2 deletions

View file

@ -82,4 +82,5 @@ public:
bool walk(Point &src, Point &target);
void set_door(Room &room, int value);
void dump();
Point place_entity(size_t room_index);
};