From 178196b0ffb8e2358ce9b0be5e1570a10136eb45 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 21 Feb 2024 23:25:17 +0200 Subject: Raygui lib tooltip. --- src/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/state.c') diff --git a/src/state.c b/src/state.c index a3d5b20..37b4ddd 100644 --- a/src/state.c +++ b/src/state.c @@ -4,7 +4,7 @@ #include "textures.h" #include "models.h" -State *state; +State* state; bool stateInit( int argn, const char** argc, const char* exePath ) { state = malloc( sizeof( State ) ); -- cgit v1.2.3