summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2023-02-06 23:03:39 +0200
committerjussi2023-02-06 23:03:39 +0200
commitdb957a8181497a25e52328882e6e0f98d6551d0b (patch)
tree583aa051b304c04457d8eba4e7ec238c04b5dcd7 /include
parent7e61bffe5f313599423ad3cf88b0e44329de7dd2 (diff)
downloadreilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.tar.gz
reilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.tar.bz2
reilua-enhanced-db957a8181497a25e52328882e6e0f98d6551d0b.zip
RL_LoadFontEx.
Diffstat (limited to 'include')
-rw-r--r--include/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index 523d9d0..3754a33 100644
--- a/include/text.h
+++ b/include/text.h
@@ -4,6 +4,7 @@
bool validFont( size_t id );
/* Loading. */
int ltextLoadFont( lua_State *L );
+int ltextLoadFontEx( lua_State *L );
int ltextLoadFontFromImage( lua_State *L );
int ltextUnloadFont( lua_State *L );
/* Drawing. */