diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
