diff options
Diffstat (limited to 'include/text.h')
| -rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index cd78f4a..b1cc549 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -void unloadGlyphInfo( GlyphInfo *glyph ); +void unloadGlyphInfo( GlyphInfo* glyph ); /* Font loading/unloading functions. */ int ltextGetFontDefault( lua_State* L ); int ltextLoadFont( lua_State* L ); |
