metaforce/imgui/imconfig_user.h

7 lines
122 B
C
Raw Normal View History

2021-05-24 14:25:31 -07:00
#include <cstdint>
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
// Use 32-bit index type for boo
#define ImDrawIdx uint32_t