finish CLMain.c

This commit is contained in:
Ash Wolf
2022-10-13 17:56:43 +01:00
parent 59a724bd4c
commit b8df05413a
12 changed files with 518 additions and 615 deletions

View File

@@ -44,7 +44,7 @@ const char *OS_GetErrText(int err) {
}
}
int OS_InitProgram(int *pArgc, const char ***pArgv) {
int OS_InitProgram(int *pArgc, char ***pArgv) {
return 0;
}