mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-14 07:39:07 +00:00
7 lines
122 B
C++
7 lines
122 B
C++
#include <cstdint>
|
|
|
|
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS
|
|
|
|
// Use 32-bit index type for boo
|
|
#define ImDrawIdx uint32_t
|