Skip to content
Snippets Groups Projects
Verified Commit 866262dd authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Adjusted includes in scene module

parent 60166469
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
#include <glm/mat4x4.hpp>
#include <vkcv/asset/asset_loader.hpp>
#include <vkcv/camera/Camera.hpp>
#include "MeshPart.hpp"
......
......@@ -2,6 +2,7 @@
#include <vector>
#include <vkcv/asset/asset_loader.hpp>
#include <vkcv/camera/Camera.hpp>
#include "Bounds.hpp"
......
......@@ -5,6 +5,7 @@
#include <vkcv/Core.hpp>
#include <vkcv/Event.hpp>
#include <vkcv/asset/asset_loader.hpp>
#include <vkcv/camera/Camera.hpp>
#include <vkcv/material/Material.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment