chore: cleanup files and move common method

This commit is contained in:
Justin Scofield
2022-08-07 12:38:55 -04:00
parent 465b3fc49b
commit 3b24ce11d0
7 changed files with 20 additions and 16 deletions

View File

@@ -21,5 +21,5 @@ bool InputHexShort(const char* label, int* data) {
ImGuiInputTextFlags_CharsHexadecimal);
}
} // namespace Gui
} // namespace gui
} // namespace yaze

View File

@@ -13,7 +13,7 @@ namespace gui {
IMGUI_API bool InputHex(const char* label, int* data);
IMGUI_API bool InputHexShort(const char* label, int* data);
} // namespace Gui
} // namespace gui
} // namespace yaze
#endif