Add game folder workflow, custom executable names, cross-platform tasks, and logging controls

This commit is contained in:
2025-11-09 16:12:20 +05:30
parent 0fbc961bb8
commit 8c9367f368
11 changed files with 452 additions and 110 deletions

View File

@@ -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();