summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2024-06-15 16:31:40 +0300
committerjussi2024-06-15 16:31:40 +0300
commitd3e184220374c222a02b04d4d57d755b4b6fb782 (patch)
tree01e43be38161752eb6ecb58a3ce9cdeed96a285e /include
parente9539e9373947b7424df8bbb34d8ae30e49a591f (diff)
downloadreilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.tar.gz
reilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.tar.bz2
reilua-enhanced-d3e184220374c222a02b04d4d57d755b4b6fb782.zip
DrawTextBoxedEx.
Diffstat (limited to 'include')
-rw-r--r--include/text.h2
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 );