Api Scanner.

This commit is contained in:
jussi
2024-02-24 17:27:34 +02:00
parent 04d2a7df47
commit 9f1bec39f9
8 changed files with 210 additions and 3 deletions

View File

@@ -56,3 +56,4 @@ int ltextCodepointToUTF8( lua_State* L );
/* Text strings management functions (no UTF-8 strings, only byte chars) */
int ltextTextInsert( lua_State* L );
int ltextTextSplit( lua_State* L );
int ltextTextFindIndex( lua_State* L );