minor fixes

This commit is contained in:
Sepehr Taghdisian
2014-08-18 13:19:35 +04:30
parent ef628a0a9d
commit 47fd8431c1
2 changed files with 15 additions and 10 deletions

View File

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