RitualUI is now ritual::UI and uses a FSM to coordinate its activities.

This commit is contained in:
Zed A. Shaw 2025-05-01 00:24:11 -04:00
parent d1bd6b7c45
commit 8a1f42c0f1
6 changed files with 141 additions and 231 deletions

View file

@ -136,6 +136,8 @@ namespace guecs {
UI();
void position(int x, int y, int width, int height);
sf::Vector2f get_position();
sf::Vector2f get_size();
void layout(std::string grid);
DinkyECS::Entity init_entity(std::string name);
DinkyECS::Entity entity(std::string name);