Allow imgui_internal.h to be included before imgui.h

(practically speaking it allows me to use StructLayout without hassle)
docking
ocornut 3 years ago
parent e362c5af48
commit 3d4d1b8553

@ -43,7 +43,7 @@ Index of this file:
//-----------------------------------------------------------------------------
#ifndef IMGUI_VERSION
#error Must include imgui.h before imgui_internal.h
#include "imgui.h"
#endif
#include <stdio.h> // FILE*, sscanf

Loading…
Cancel
Save