mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
fix: Various build errors
This commit is contained in:
@@ -63,6 +63,9 @@ namespace hex {
|
||||
[[nodiscard]] std::string to_string(u128 value);
|
||||
[[nodiscard]] std::string to_string(i128 value);
|
||||
|
||||
[[nodiscard]] std::string toLower(std::string string);
|
||||
[[nodiscard]] std::string toUpper(std::string string);
|
||||
|
||||
[[nodiscard]] std::vector<u8> parseHexString(std::string string);
|
||||
[[nodiscard]] std::optional<u8> parseBinaryString(const std::string &string);
|
||||
[[nodiscard]] std::string toByteString(u64 bytes);
|
||||
|
||||
Reference in New Issue
Block a user