summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorjussi2024-02-21 23:25:17 +0200
committerjussi2024-02-21 23:25:17 +0200
commit178196b0ffb8e2358ce9b0be5e1570a10136eb45 (patch)
tree45d657547c10c01dc230dbf5dc9f30281cad621a /include/state.h
parent836c9d1d0005c32714c89b3adecbb232472b494a (diff)
downloadreilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.tar.gz
reilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.tar.bz2
reilua-enhanced-178196b0ffb8e2358ce9b0be5e1570a10136eb45.zip
Raygui lib tooltip.
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h2
1 files changed, 1 insertions, 1 deletions
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 );