Removed the troublesome components

This commit is contained in:
2023-02-18 11:27:20 -08:00
parent ff706410c0
commit 87733d6299
5 changed files with 2 additions and 24 deletions

View File

@ -10,6 +10,7 @@
#include "scene/components/display/Material.hpp"
#include "scene/components/display/MeshRenderer.hpp"
#include "scene/components/display/Camera.hpp"
#include "scene/components/scene/SubSceneController.hpp"
#include "ui/UIComponent.hpp"
namespace Dawn {

View File

@ -5,7 +5,7 @@
#pragma once
#include "SimpleAnimation.hpp"
#include "scene/components/Components.hpp"
#include "scene/components/display/TiledSprite.hpp"
namespace Dawn {
struct TiledSpriteAnimation : public SimpleAnimation<int32_t> {