From fd070849940355741b69fe5fbdf75a01dcc8f424 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 6 Jan 2026 20:57:09 -0700 Subject: Cool text animation thingy --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 7b43dba..7947041 100644 --- a/src/utils.h +++ b/src/utils.h @@ -73,4 +73,6 @@ Vector3 randomDirection3(int seed, int* nextSeed); Image colorsToImage(Color* colors, int width, int height); +size_t getStringLength(const char* text, size_t maxLength); + #endif -- cgit v1.2.3