summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorIndrajith K L2025-11-09 16:12:20 +0530
committerIndrajith K L2025-11-09 16:12:20 +0530
commit8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8 (patch)
tree94ab60d8a0dd939478f9b2838bdc6c1d693cb9a8 /include/state.h
parent0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa (diff)
downloadreilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.gz
reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.tar.bz2
reilua-enhanced-8c9367f3689aee05d33fc1cae8a5d1aa6d2b5fb8.zip
Add game folder workflow, custom executable names, cross-platform tasks, and logging controls
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 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();