From 567d384b698151e287e31140709c93f1b92e6db4 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:29:27 +1000 Subject: loading joints and animations --- src/std/str.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/std/str.h') diff --git a/src/std/str.h b/src/std/str.h index c25c615..a29bf9a 100644 --- a/src/std/str.h +++ b/src/std/str.h @@ -45,6 +45,8 @@ char* Str8_to_cstr(arena* a, Str8 s); @note The backing `string` cannot be modified. */ Str8 Str8_cstr_view(char* string); +char* Clone_cstr(arena* a, const char* s); + // --- Comparisons /** @brief Compare two strings for exact equality */ -- cgit v1.2.3-70-g09d2