Open ocornut opened 4 years ago
In my barebone VS2019 projects compiling this fails because assert() is unknown. You may either:
assert()
IM_ASSERT()
<assert.h>
I would personally suggest the earlier solution over the later one.
In my barebone VS2019 projects compiling this fails because
assert()
is unknown. You may either:IM_ASSERT()
(if imgui.h is included)<assert.h>
I would personally suggest the earlier solution over the later one.