sorta kinda working on strings for cmenu. being lazy

This commit is contained in:
Ivar Fatland
2026-07-23 00:18:08 +02:00
parent afda89797a
commit a7507bb431
6 changed files with 157 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef UTF
#define UTF
typedef uint32_t CodePoint;
int CodePointsFromUtf8String(char const *str, CodePoint *target, unsigned int max);
#endif // UTF