include order
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user