Tried to refactor for but #42 but nothing worked. I'll try later.

This commit is contained in:
Zed A. Shaw 2026-01-03 00:42:42 -05:00
parent 05fc9062a7
commit a1c3f4df5a
5 changed files with 17 additions and 19 deletions

View file

@ -29,6 +29,7 @@ namespace scene {
};
struct Engine {
sf::Clock $clock;
guecs::UI $ui;
components::AnimatedScene& $scene;
std::string $layout;