Moved Scene implementation around

This commit is contained in:
2023-02-21 20:59:42 -08:00
parent cd686c2bd6
commit c065ab08b3
42 changed files with 540 additions and 459 deletions

View File

@ -4,7 +4,6 @@
// https://opensource.org/licenses/MIT
#include "UICanvas.hpp"
#include "scene/Scene.hpp"
#include "ui/UIComponent.hpp"
#include "game/DawnGame.hpp"
#include "ui/UIMenu.hpp"