1 2 3 4 5 6 7 8
#ifndef __main_bsod_h #define __main_bsod_h void bsodLogInit(); void bsodCatchSignals(); void bsodFatal(); #endif