From 075e0de9396fc711eca9b59d0e5d03f0ebfe8e55 Mon Sep 17 00:00:00 2001 From: Lock l00p Date: Mon, 3 Jun 2024 18:12:56 +0000 Subject: [PATCH] add StartupError to sys.h --- sys.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2