diff options
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 8834392..dd43956 100644 --- a/include/text.h +++ b/include/text.h @@ -8,6 +8,7 @@ int ltextLoadFontEx( lua_State* L ); int ltextLoadFontFromImage( lua_State* L ); int ltextLoadFontFromMemory( lua_State* L ); int ltextLoadFontFromData( lua_State* L ); +int ltextFontCopy( lua_State* L ); int ltextIsFontReady( lua_State* L ); int ltextLoadFontData( lua_State* L ); int ltextGenImageFontAtlas( lua_State* L ); |
