From 178196b0ffb8e2358ce9b0be5e1570a10136eb45 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 21 Feb 2024 23:25:17 +0200 Subject: Raygui lib tooltip. --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.h') 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 ); -- cgit v1.2.3