From: Lock l00p Date: Mon, 3 Jun 2024 18:12:56 +0000 (+0000) Subject: add StartupError to sys.h X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=075e0de9396fc711eca9b59d0e5d03f0ebfe8e55;p=xonotic%2Fdarkplaces.git add StartupError to sys.h --- diff --git a/sys.h b/sys.h index 7d241f99..802b5e40 100644 --- a/sys.h +++ b/sys.h @@ -270,4 +270,7 @@ int Sys_Main(int argc, char *argv[]); #endif -void Sys_Register_Commands(void); \ No newline at end of file +void Sys_Register_Commands(void); +#ifdef __SWITCH__ +int StartupError(char message[]); +#endif \ No newline at end of file