From db957a8181497a25e52328882e6e0f98d6551d0b Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 6 Feb 2023 23:03:39 +0200 Subject: RL_LoadFontEx. --- include/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. */ -- cgit v1.2.3