mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 03:47:00 +00:00
Merge branch 'master' of https://github.com/ocornut/imgui
This commit is contained in:
commit
a61b92f362
1
imgui.h
1
imgui.h
@ -17,6 +17,7 @@ struct ImGuiWindow;
|
|||||||
#include "imconfig.h"
|
#include "imconfig.h"
|
||||||
#include <float.h> // FLT_MAX
|
#include <float.h> // FLT_MAX
|
||||||
#include <stdarg.h> // va_list
|
#include <stdarg.h> // va_list
|
||||||
|
#include <stddef.h> // ptrdiff_t
|
||||||
#include <stdlib.h> // NULL, malloc
|
#include <stdlib.h> // NULL, malloc
|
||||||
|
|
||||||
#ifndef IM_ASSERT
|
#ifndef IM_ASSERT
|
||||||
|
Loading…
Reference in New Issue
Block a user