mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
ICB: Declare Fatal_error NORETURN
This commit is contained in:
parent
eda69db63c
commit
b68f068b5a
@ -33,7 +33,7 @@ namespace ICB {
|
||||
|
||||
extern bool8 zdebug;
|
||||
|
||||
void Fatal_error(const char *format, ...);
|
||||
void NORETURN_PRE Fatal_error(const char *format, ...) NORETURN_POST;
|
||||
void Message_box(const char *text, ...);
|
||||
void ExitWithReport(char *format, ...);
|
||||
void Zdebug(const char *, ...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user