/* main.h - Don Yang (uguu.org) 11/06/00 */ #ifndef MAIN_H__ #define MAIN_H__ BOOL Croak(char *message); void Shutdown(void); #endif