mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 14:57:03 +00:00
Add About window & debug overlays
This commit is contained in:
@@ -4,3 +4,10 @@
|
||||
|
||||
// Use 32-bit index type for boo
|
||||
#define ImDrawIdx uint32_t
|
||||
|
||||
enum ImUserTextureID {
|
||||
ImGuiUserTextureID_Atlas,
|
||||
ImGuiUserTextureID_MetaforceIcon,
|
||||
ImGuiUserTextureID_MAX,
|
||||
};
|
||||
#define ImTextureID ImUserTextureID
|
||||
|
||||
Reference in New Issue
Block a user