From 8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 9 Nov 2025 16:12:20 +0530 Subject: Add game folder workflow, custom executable names, cross-platform tasks, and logging controls --- 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 3e7836d..5a04af4 100644 --- a/include/state.h +++ b/include/state.h @@ -50,7 +50,7 @@ typedef struct { extern State* state; -bool stateInit( int argn, const char** argc, const char* basePath ); +bool stateInit( int argn, const char** argc, const char* basePath, bool enable_logging ); void stateContextInit(); void stateInitInterpret( int argn, const char** argc ); void stateFree(); -- cgit v1.2.3