mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-04 06:33:50 +00:00
feat(error): add SErrIsDisplayingError
This commit is contained in:
parent
b292aabac0
commit
5472065b8b
5 changed files with 25 additions and 1 deletions
|
|
@ -81,6 +81,10 @@ int32_t STORMCDECL SErrDisplayErrorFmt(uint32_t errorcode, const char* filename,
|
|||
return SErrDisplayError(errorcode, filename, linenumber, buffer, recoverable, exitcode);
|
||||
}
|
||||
|
||||
int32_t STORMAPI SErrIsDisplayingError() {
|
||||
return s_displaying;
|
||||
}
|
||||
|
||||
void STORMAPI SErrPrepareAppFatal(const char* filename, int32_t linenumber) {
|
||||
// TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue