From 612ede6da40550fc0b14c1370f616fc6e83df550 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 21 Feb 2022 19:05:05 +0200 Subject: Documentation. waving_cubes example and RL_DrawFPS and RL_ColorFromHSV. --- include/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index 6e53c70..e9cced8 100644 --- a/include/text.h +++ b/include/text.h @@ -5,4 +5,5 @@ bool validFont( size_t id ); /* Loading. */ int lmodelsLoadFont( lua_State *L ); /* Drawing. */ +int ltextDrawFPS( lua_State *L ); int ltextDrawText( lua_State *L ); -- cgit v1.2.3