Implement enough process handling logic to make psyq4.0 happy (#46)

* Implement enough process handling logic to make psyq4.0 happy

* revert gitignore

* data type update

* PR review

* DEBUG_LOG mistake

---------

Co-authored-by: ConorBobbleHat <c.github@firstpartners.net>
This commit is contained in:
ConorB
2023-09-18 07:05:47 +01:00
committed by GitHub
parent ceb13b34de
commit 218b4d7d76
8 changed files with 167 additions and 23 deletions

View File

@@ -72,8 +72,10 @@ namespace wibo {
extern uint32_t lastError;
extern char **argv;
extern int argc;
extern char *executableName;
extern char *commandLine;
extern bool debugEnabled;
extern unsigned int debugIndent;
void debug_log(const char *fmt, ...);