Allow imgui_internal.h to be included before imgui.h

(practically speaking it allows me to use StructLayout without hassle)
This commit is contained in:
ocornut 2021-07-26 21:01:32 +02:00
parent e362c5af48
commit 3d4d1b8553
1 changed files with 1 additions and 1 deletions

View File

@ -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