2016-03-08 22:14:30 +01:00
|
|
|
#ifndef GB_SANITY_H
|
|
|
|
#define GB_SANITY_H
|
2013-08-02 13:12:24 -07:00
|
|
|
|
2016-06-20 19:29:10 +02:00
|
|
|
// Ugly - but so is lots of code in .h files
|
2016-07-05 15:14:07 +02:00
|
|
|
|
2016-06-28 11:01:47 +02:00
|
|
|
[[ noreturn ]] void gbshutdownAbort( bool save_on_abort );
|
2016-07-28 11:23:30 +02:00
|
|
|
[[ noreturn ]] void gbshutdownResourceError();
|
2016-07-05 15:14:07 +02:00
|
|
|
[[ noreturn ]] void gbshutdownLogicError();
|
|
|
|
[[ noreturn ]] void gbshutdownCorrupted();
|
|
|
|
|
2016-03-08 22:14:30 +01:00
|
|
|
#endif // GB_SANITY_H
|