Added IMGUI_INCLUDE_IMGUI_USER_H

This commit is contained in:
ocornut
2014-12-05 23:09:43 +00:00
parent a5cc2e4161
commit e43cd6e97f
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -20,6 +20,9 @@
//---- Include imgui_user.inl at the end of imgui.cpp so you can include code that extends ImGui using its private data/functions.
//#define IMGUI_INCLUDE_IMGUI_USER_INL
//---- Include imgui_user.h at the end of imgui.h
//#define IMGUI_INCLUDE_IMGUI_USER_H
//---- Define implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
/*
#define IM_VEC2_CLASS_EXTRA \