Simplified DawnGAme a lot

This commit is contained in:
2023-03-15 15:50:29 -07:00
parent 09cb20271b
commit e13158e6c3
35 changed files with 800 additions and 707 deletions

View File

@ -0,0 +1,10 @@
// Copyright (c) 2022 Dominic Masters
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#pragma once
#include "game/DawnGame.hpp"
#include "scene/components/Components.hpp"
#include "display/mesh/QuadMesh.hpp"
#include "display/shader/TestBackgroundShader.hpp"