diff options
| author | jussi | 2024-02-24 17:27:34 +0200 |
|---|---|---|
| committer | jussi | 2024-02-24 17:27:34 +0200 |
| commit | 9f1bec39f9d3d67c5d194fa4553c2ace09656a1c (patch) | |
| tree | ca03c5d6e623152e45751b03157ebe595b22d052 /include/text.h | |
| parent | 04d2a7df47210f7ac4b9a44ade49af3d92375ee0 (diff) | |
| download | reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.gz reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.tar.bz2 reilua-enhanced-9f1bec39f9d3d67c5d194fa4553c2ace09656a1c.zip | |
Api Scanner.
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index b1cc549..b921e9c 100644 --- a/include/text.h +++ b/include/text.h @@ -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 ); |
