mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-19 15:38:29 +01:00
dont name igGetIO overload as the generic name of function (C++ name) solves issue #289
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#define igButton igButton_Str
|
||||
#endif
|
||||
|
||||
#define igGetIO igGetIO_Nil
|
||||
|
||||
#define IM_UNUSED(_VAR) ((void)(_VAR))
|
||||
#define IM_ASSERT(_EXPR) assert(_EXPR)
|
||||
#define IM_ARRAYSIZE(_ARR) ((int)(sizeof(_ARR) / sizeof(*(_ARR))))
|
||||
|
Reference in New Issue
Block a user