aboutsummaryrefslogtreecommitdiff
path: root/src/common/MemoryManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/MemoryManager.hpp')
-rw-r--r--src/common/MemoryManager.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/MemoryManager.hpp b/src/common/MemoryManager.hpp
index c8c7de0..d8460dc 100644
--- a/src/common/MemoryManager.hpp
+++ b/src/common/MemoryManager.hpp
@@ -8,6 +8,10 @@
using String32Id = uint32_t;
+// temporary helper function
+std::u32string int32_to_u32string(int32_t value);
+
+
class MemoryManager {
public:
static std::u32string& GetString32(String32Id id);