Add kYazeVersion constant to common.h and remove duplicate definition from constants.h

This commit is contained in:
scawful
2024-11-10 09:03:11 -05:00
parent 8555dacdb5
commit cd3540aaa2
2 changed files with 2 additions and 12 deletions

View File

@@ -19,6 +19,8 @@ namespace app {
*/
namespace core {
constexpr std::string_view kYazeVersion = "0.2.1";
std::string UppercaseHexByte(uint8_t byte, bool leading = false);
std::string UppercaseHexWord(uint16_t word, bool leading = false);
std::string UppercaseHexLong(uint32_t dword);