refactor: moved imgui.h in include folder

This commit is contained in:
2021-11-04 09:47:59 +01:00
parent 54ec3b776a
commit 276f1b2ca3
15 changed files with 13 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
// Only override if your GL version doesn't handle this GLSL version. See GLSL version table at the top of imgui_impl_opengl3.cpp.
#pragma once
#include "imgui.h" // IMGUI_IMPL_API
#include "render/gui/imgui/imgui.h" // IMGUI_IMPL_API
// Backend API
IMGUI_IMPL_API bool ImGui_ImplOpenGL3_Init(const char* glsl_version = NULL);