2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-21 11:51:21 +00:00
metaforce/imgui/imconfig_user.h

14 lines
275 B
C++

#include <cstdint>
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
// Use 32-bit index type for boo
#define ImDrawIdx uint32_t
enum ImUserTextureID {
ImGuiUserTextureID_Atlas,
ImGuiUserTextureID_MetaforceIcon,
ImGuiUserTextureID_MAX,
};
#define ImTextureID ImUserTextureID