Refactor pass #1

This commit is contained in:
Antoine Pilote
2024-09-03 18:47:45 -04:00
parent 54e5787472
commit 1ac0337863
13 changed files with 75 additions and 50 deletions

View File

@@ -2,6 +2,10 @@
#include <src/Vendors/glm/ext/matrix_clip_space.hpp>
#include <src/Rendering/SceneRenderer.h>
#include <src/Scene/Components/CameraComponent.h>
#include <src/Scene/Components/ModelComponent.h>
#include <src/Resource/ResourceLoader.h>
#include <glad/glad.h>
#include <src/Resource/Prefab.h>