Refactor to allow for the new screen flow.

This commit is contained in:
Zed A. Shaw 2026-05-27 12:09:17 -04:00
parent e7b6b42698
commit 6f9e8a3ed4
10 changed files with 59 additions and 52 deletions

View file

@ -7,7 +7,7 @@
#include "gui/backend.hpp"
#include "gui/event_router.hpp"
#include "graphics/camera.hpp"
#include "storyboard/ui.hpp"
#include "gui/storyboard.hpp"
int main(int, char*[]) {
components::init();