privacore-open-source-searc.../Sanity.h
2017-01-08 14:11:10 +01:00

12 lines
303 B
C

#ifndef GB_SANITY_H
#define GB_SANITY_H
// Ugly - but so is lots of code in .h files
[[ noreturn ]] void gbshutdownAbort( bool save_on_abort );
[[ noreturn ]] void gbshutdownResourceError();
[[ noreturn ]] void gbshutdownLogicError();
[[ noreturn ]] void gbshutdownCorrupted();
#endif // GB_SANITY_H