2
0
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:
2021-05-27 00:56:25 -04:00
parent 5ac2a298f0
commit e46ba3ef98
9 changed files with 8163 additions and 82 deletions

View File

@@ -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