refactor: moved imgui_filebrowser.h in include

This commit is contained in:
2021-11-04 10:10:56 +01:00
parent 129544d127
commit 1186e5ee9c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#include "imgui_filebrowser.h"
#include "render/gui/imgui/imgui_filebrowser.h"
#ifndef IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_OPERATORS
#endif