include order

This commit is contained in:
2025-04-10 13:08:29 -05:00
parent a060f06c9d
commit 5cf05d7921

View File

@@ -1,12 +1,12 @@
#include "ImguiModule.h" #include "ImguiModule.h"
#include "modules/WindowModule/src/WindowModule.h"
#include "backends/imgui_impl_glfw.h" #include "backends/imgui_impl_glfw.h"
#include "backends/imgui_impl_opengl3.h" #include "backends/imgui_impl_opengl3.h"
#include <GLFW/glfw3.h> #include <GLFW/glfw3.h>
#include "modules/WindowModule/src/WindowModule.h"
ImguiModule::ImguiModule(Archimedes::App* a, void* h = nullptr) : Archimedes::Module(a, h) { ImguiModule::ImguiModule(Archimedes::App* a, void* h = nullptr) : Archimedes::Module(a, h) {
name = "ImguiModule"; name = "ImguiModule";