Added Language setting and localization wrapper

This commit is contained in:
WerWolv
2021-02-10 18:17:09 +01:00
parent a926b7b912
commit bd5da4a36e
9 changed files with 204 additions and 24 deletions

View File

@@ -3,6 +3,9 @@
#include <cstdint>
#include <cstddef>
#include <hex/helpers/lang.hpp>
using namespace hex::lang_literals;
using u8 = std::uint8_t;
using u16 = std::uint16_t;
using u32 = std::uint32_t;