From 4c0eb17a9c234bfee73af408faa38e38f2e450d9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Nov 2024 00:11:31 +0200 Subject: New raylib 5.5 functions. --- include/text.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index f95b813..dd8b9c6 100644 --- a/include/text.h +++ b/include/text.h @@ -63,3 +63,5 @@ int ltextTextInsert( lua_State* L ); int ltextTextSplit( lua_State* L ); int ltextTextFindIndex( lua_State* L ); int ltextTextToPascal( lua_State* L ); +int ltextTextToSnake( lua_State* L ); +int ltextTextToCamel( lua_State* L ); -- cgit v1.2.3