From b76e309166f714b0a66fb4802f02e92a82d09082 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 9 Jan 2025 14:44:31 -0500 Subject: flatten file structure + rename --- src/entities.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/entities.hpp') diff --git a/src/entities.hpp b/src/entities.hpp index d81b90b..b711935 100644 --- a/src/entities.hpp +++ b/src/entities.hpp @@ -1,13 +1,13 @@ #ifndef PKE_ENTITIES_HPP #define PKE_ENTITIES_HPP -#include "vendor/cgltf-include.hpp" -#include "vendor/stb_image_include.hpp" +#include "vendor-cgltf-include.hpp" +#include "vendor-stb-image-include.hpp" #include "ecs.hpp" #include "components.hpp" #include "asset-manager.hpp" #include "window.hpp" -#include "vendor/pk.h" +#include "pk.h" #include #include -- cgit v1.2.3