animation and lights moved to graphics

This commit is contained in:
Zed A. Shaw 2026-02-27 13:57:44 -05:00
parent 229ad2dd95
commit 86a9f815c1
30 changed files with 36 additions and 36 deletions

View file

@ -1,5 +1,5 @@
#include "boss/ui.hpp"
#include "scene.hpp"
#include "graphics/scene.hpp"
#include "constants.hpp"
#include "components.hpp"
#include <fmt/xchar.h>

View file

@ -2,7 +2,7 @@
#include <memory>
#include <guecs/ui.hpp>
#include "gui/combat_ui.hpp"
#include "scene.hpp"
#include "graphics/scene.hpp"
namespace components {
struct Animation;