1
0
mirror of synced 2025-01-18 00:56:49 +01:00

build: Fix building everywhere else

This commit is contained in:
WerWolv 2023-11-20 22:20:49 +01:00
parent ffbf409174
commit 5daf725ee3

View File

@ -1,8 +1,11 @@
#include <hex/ui/imgui_imhex_extensions.h>
#if defined(OS_WEB)
#define IMGL3W_IMPL
#endif
#include <imgui.h>
#include <imgui_internal.h>
#define IMGL3W_IMPL
#include <imgui_impl_opengl3_loader.h>
#undef IMGUI_DEFINE_MATH_OPERATORS