mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
minor fixes
This commit is contained in:
parent
ef628a0a9d
commit
47fd8431c1
2 changed files with 15 additions and 10 deletions
5
imgui.h
5
imgui.h
|
|
@ -25,6 +25,11 @@ struct ImGuiWindow;
|
|||
#define IM_ASSERT(_EXPR) assert(_EXPR)
|
||||
#endif
|
||||
|
||||
#ifndef IM_MALLOC
|
||||
#define IM_MALLOC malloc
|
||||
#endif
|
||||
|
||||
|
||||
typedef unsigned int ImU32;
|
||||
typedef ImU32 ImGuiID;
|
||||
typedef int ImGuiCol; // enum ImGuiCol_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue