mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-04-28 12:23: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
|
|
@ -27,6 +27,8 @@ int32_t STORMAPI SErrDisplayError(uint32_t errorcode, const char* filename, int3
|
|||
|
||||
int32_t STORMCDECL SErrDisplayErrorFmt(uint32_t errorcode, const char* filename, int32_t linenumber, int32_t recoverable, uint32_t exitcode, const char* format, ...);
|
||||
|
||||
int32_t STORMAPI SErrIsDisplayingError();
|
||||
|
||||
void STORMAPI SErrPrepareAppFatal(const char* filename, int32_t linenumber);
|
||||
|
||||
void STORMAPI SErrSetLastError(uint32_t errorcode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue