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/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index f38aaf1..d657034 100644 --- a/include/state.h +++ b/include/state.h @@ -42,7 +42,7 @@ typedef struct { #endif } State; -extern State *state; +extern State* state; bool stateInit( int argn, const char** argc, const char* exePath ); void stateInitInterpret( int argn, const char** argc ); -- cgit v1.2.3