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> {

View File

@ -1,21 +0,0 @@
// Copyright (c) 2022 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#include "scene/components/display/AnimationController.hpp"
#include "scene/components/display/Camera.hpp"
#include "scene/components/display/Material.hpp"
#include "scene/components/display/MeshHost.hpp"
#include "scene/components/display/MeshRenderer.hpp"
#include "scene/components/display/PixelPerfectCamera.hpp"
#include "scene/components/display/SimpleRenderTargetQuad.hpp"
#include "scene/components/display/TiledSprite.hpp"
#include "scene/components/example/ExampleSpin.hpp"
#include "scene/components/scene/SubSceneController.hpp"
#include "scene/components/scene/SubSceneCameraAlign.hpp"
#include "scene/components/ui/UICanvas.hpp"

View File

@ -5,7 +5,6 @@
#pragma once
#include "display/shader/Shader.hpp"
#include "scene/components/Components.hpp"
namespace Dawn {
class SimpleTexturedShaderProgram : public ShaderProgram {

View File

@ -5,7 +5,6 @@
#pragma once
#include "game/_DawnGame.hpp"
#include "scene/components/Components.hpp"
#include "save/DawnGameSaveManager.hpp"
namespace Dawn {