summaryrefslogtreecommitdiff
path: root/src/game.cpp
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/game.cpp
parentb04fefe8ee0086bc1404c06b8351ecb4e942f151 (diff)
flatten file structure + rename
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 8fb24e4..1a95a79 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -17,10 +17,10 @@
#include "player-input.hpp"
#include "plugins.hpp"
#include "project.hpp"
-#include "thread_pool.hpp"
-#include "vendor/glm_include.hpp"
+#include "thread-pool.hpp"
+#include "vendor-glm-include.hpp"
#include "window.hpp"
-#include "vendor/pk.h"
+#include "pk.h"
#include <BulletCollision/CollisionShapes/btConvexHullShape.h>
#include <BulletCollision/NarrowPhaseCollision/btRaycastCallback.h>