diff options
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index e9cced8..c1e7b3e 100644 --- a/include/text.h +++ b/include/text.h @@ -3,7 +3,9 @@ /* Validators. */ bool validFont( size_t id ); /* Loading. */ -int lmodelsLoadFont( lua_State *L ); +int ltextLoadFont( lua_State *L ); +int ltextUnloadFont( lua_State *L ); /* Drawing. */ int ltextDrawFPS( lua_State *L ); int ltextDrawText( lua_State *L ); +int ltextDrawTextPro( lua_State *L ); |
