summaryrefslogtreecommitdiff
path: root/editor
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 /editor
parentb04fefe8ee0086bc1404c06b8351ecb4e942f151 (diff)
flatten file structure + rename
Diffstat (limited to 'editor')
-rw-r--r--editor/editor-main.cpp (renamed from editor/main.cpp)0
-rw-r--r--editor/editor.cpp8
2 files changed, 4 insertions, 4 deletions
diff --git a/editor/main.cpp b/editor/editor-main.cpp
index 2dee016..2dee016 100644
--- a/editor/main.cpp
+++ b/editor/editor-main.cpp
diff --git a/editor/editor.cpp b/editor/editor.cpp
index 86fae96..8a2390b 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -14,11 +14,11 @@
#include "player-input.hpp"
#include "plugins.hpp"
#include "project.hpp"
-#include "thread_pool.hpp"
-#include "vendor/glm_include.hpp"
-#include "vendor/tinyfiledialogs//tinyfiledialogs.h"
+#include "thread-pool.hpp"
+#include "vendor-glm-include.hpp"
+#include "vendor-tinyfiledialogs.h"
#include "window.hpp"
-#include "vendor/pk.h"
+#include "pk.h"
#include <GLFW/glfw3.h>
#include <compare>