summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorjussi2024-11-21 00:11:31 +0200
committerjussi2024-11-21 00:11:31 +0200
commit4c0eb17a9c234bfee73af408faa38e38f2e450d9 (patch)
tree4aea4fe804a63ed13a1d092aada0ba5925dcf05f /include/text.h
parent479726a5e468a2f4d0f9337f082889082e535bfb (diff)
downloadreilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.gz
reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.bz2
reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.zip
New raylib 5.5 functions.
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 2 insertions, 0 deletions
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 );