diff options
| author | jussi | 2024-06-15 16:31:40 +0300 |
|---|---|---|
| committer | jussi | 2024-06-15 16:31:40 +0300 |
| commit | d3e184220374c222a02b04d4d57d755b4b6fb782 (patch) | |
| tree | 01e43be38161752eb6ecb58a3ce9cdeed96a285e /include/text.h | |
| parent | e9539e9373947b7424df8bbb34d8ae30e49a591f (diff) | |
| download | reilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.tar.gz reilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.tar.bz2 reilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.zip | |
DrawTextBoxedEx.
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 4f76d71..8834392 100644 --- a/include/text.h +++ b/include/text.h @@ -21,7 +21,7 @@ int ltextDrawTextPro( lua_State* L ); int ltextDrawTextCodepoint( lua_State* L ); int ltextDrawTextCodepoints( lua_State* L ); int ltextDrawTextBoxed( lua_State* L ); -int ltextDrawTextBoxedTinted( lua_State* L ); +int ltextDrawTextBoxedEx( lua_State* L ); /* Text font info functions. */ int ltextSetTextLineSpacing( lua_State* L ); int ltextGetTextLineSpacing( lua_State* L ); |
