This commit is contained in:
ocornut
2015-04-04 19:03:39 +01:00
parent 28a45877aa
commit f5310a2f2d
2 changed files with 11 additions and 10 deletions

View File

@ -31,7 +31,7 @@
//---- 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 constructor and implicit cast operators to convert back<>forth from your math types and ImVec2/ImVec4.
/*
#define IM_VEC2_CLASS_EXTRA \
ImVec2(const MyVec2& f) { x = f.x; y = f.y; } \