00001 00008 #ifndef ERROR_H 00009 #define ERROR_H 00010 00017 void ErrorAndExit(const char *msg, int exitCode); 00018 00024 void ErrorMessage(const char *msg); 00025 00032 void ErrorMessage(const char *title, const char *msg); 00033 00034 #endif