chore: cleanup files and move common method
This commit is contained in:
@@ -21,5 +21,5 @@ bool InputHexShort(const char* label, int* data) {
|
||||
ImGuiInputTextFlags_CharsHexadecimal);
|
||||
}
|
||||
|
||||
} // namespace Gui
|
||||
} // namespace gui
|
||||
} // namespace yaze
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user