- consolidated I_FatalError functions
This also removes the handling from thr Posix backend and will not compile on non-Windows.
This commit is contained in:
parent
cd086ae1da
commit
b5fa08bf15
7 changed files with 66 additions and 177 deletions
|
|
@ -123,6 +123,7 @@ public:
|
|||
int Reason() const { return m_reason; }
|
||||
};
|
||||
|
||||
void I_ShowFatalError(const char *message);
|
||||
void I_Error (const char *error, ...) GCCPRINTF(1,2);
|
||||
void I_FatalError (const char *error, ...) GCCPRINTF(1,2);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue