aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zencore/include/zencore/string.h b/zencore/include/zencore/string.h
index 4c378730f..bbbb09004 100644
--- a/zencore/include/zencore/string.h
+++ b/zencore/include/zencore/string.h
@@ -553,6 +553,9 @@ ToHexBytes(const uint8_t* InputData, size_t ByteCount, char* OutString)
}
}
+ZENCORE_API void FormatHex(uint32_t Value, char OutBlockHexString[9]);
+ZENCORE_API bool ParseHex(const std::string HexString, uint32_t& OutValue);
+
//////////////////////////////////////////////////////////////////////////
// Format numbers for humans
//