summaryrefslogtreecommitdiff
path: root/src/entities.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
commitb76e309166f714b0a66fb4802f02e92a82d09082 (patch)
tree44244fc0e6f873e1ccf6e1e95e2fec62fcec394a /src/entities.hpp
parentb04fefe8ee0086bc1404c06b8351ecb4e942f151 (diff)
flatten file structure + rename
Diffstat (limited to 'src/entities.hpp')
-rw-r--r--src/entities.hpp6
1 files changed, 3 insertions, 3 deletions
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 <BulletCollision/CollisionShapes/btCollisionShape.h>
#include <vulkan/vulkan_core.h>