mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-16 22:32:30 +03:00
Remove NOBODY from Sys_Error declaration.
This commit is contained in:
parent
ad8a157346
commit
11ba3efdd6
@ -172,7 +172,7 @@ NOBODY void MaskExceptions(void);
|
||||
NOBODY void Sys_Init(void);
|
||||
NOXREF void Sys_Sleep(int msec);
|
||||
NOBODY void Sys_DebugOutStraight(const char *pStr);
|
||||
NOBODY void NORETURN Sys_Error(const char *error, ...);
|
||||
void NORETURN Sys_Error(const char *error, ...);
|
||||
NOXREF void Sys_Warning(const char *pszWarning, ...);
|
||||
void Sys_Printf(const char *fmt, ...);
|
||||
void Sys_Quit(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user