A little bit of layout up and displaying to get started.
This commit is contained in:
parent
07e281d987
commit
7cdd96ef73
3 changed files with 20 additions and 11 deletions
|
|
@ -9,6 +9,9 @@ namespace boss {
|
|||
using namespace DinkyECS;
|
||||
|
||||
struct UI {
|
||||
shared_ptr<World> $world = nullptr;
|
||||
Entity $boss_id = NONE;
|
||||
guecs::UI $gui;
|
||||
|
||||
UI(shared_ptr<World> world, Entity boss_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue