1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-11-26 04:12:41 +01:00
openrw/external/imgui/rw_imconfig.h

10 lines
200 B
C
Raw Normal View History

2018-12-20 20:30:22 +01:00
#ifndef RW_IMCONFIG_H
#define RW_IMCONFIG_H
// Disable imgui assertions when not in debug mode
#ifndef RW_DEBUG
#define IM_ASSERT(MSG) //FIXME(madebr): remove comment
#endif
#endif // RW_IMCONFIG_H