aboutsummaryrefslogtreecommitdiff
path: root/src/common/MemoryManager.hpp
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-12-13 04:12:10 +0100
committerfschildt <florian.schildt@protonmail.com>2025-12-13 04:12:10 +0100
commitebe4a92027aabc9c01caf0fbe791d22773abfe75 (patch)
treee697282a885f54de7af22f36a58c1a684f67faf0 /src/common/MemoryManager.hpp
parentf24d302be51f8cd2f4c5796283ea9f9a3be8d922 (diff)
snake: add score/highscoreHEADmaster
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);