MeshLib C++ Docs
Loading...
Searching...
No Matches
MRImGui.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRPch/MRSuppressWarning.h"
4
5MR_SUPPRESS_WARNING_PUSH
6#if __EMSCRIPTEN__
7#pragma clang diagnostic ignored "-Wnontrivial-memaccess"
8#endif
9#if __clang_major__ == 20
10#pragma clang diagnostic ignored "-Wnontrivial-memcall"
11#endif
12
13#include <imgui.h>
14#include <imgui_internal.h>
15
16MR_SUPPRESS_WARNING_POP