summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/text.h b/include/text.h
index 943cbca..1c3ef40 100644
--- a/include/text.h
+++ b/include/text.h
@@ -1,12 +1,10 @@
#pragma once
-/* Validators. */
-bool validFont( size_t id );
/* Loading. */
+int ltextGetFontDefault( lua_State *L );
int ltextLoadFont( lua_State *L );
int ltextLoadFontEx( lua_State *L );
int ltextLoadFontFromImage( lua_State *L );
-int ltextUnloadFont( lua_State *L );
/* Drawing. */
int ltextDrawFPS( lua_State *L );
int ltextDrawText( lua_State *L );