ICB: Declare Fatal_error NORETURN

This commit is contained in:
sluicebox 2023-12-26 11:59:51 -08:00
parent eda69db63c
commit b68f068b5a

View File

@ -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 *, ...);