CTextRenderBuffer matches

This commit is contained in:
2025-09-29 15:00:39 -07:00
parent c47ce6bac4
commit 258aa17509
10 changed files with 147 additions and 12 deletions

View File

@@ -21,6 +21,8 @@ int strncmp(const char* s1, const char* s2, size_t n);
char* strncat(char* dest, const char* src, size_t n);
char* strchr(const char* str, int chr);
int memcmp(const void* a, const void* b, size_t n);
#ifdef __cplusplus
}
#endif