Files

12 lines
303 B
C
Raw Permalink Normal View History

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-06-28 11:01:47 +02:00
[[ noreturn ]] void gbshutdownAbort( bool save_on_abort );
[[ noreturn ]] void gbshutdownResourceError();
[[ noreturn ]] void gbshutdownLogicError();
[[ noreturn ]] void gbshutdownCorrupted();
2016-03-08 22:14:30 +01:00
#endif // GB_SANITY_H