#ifndef GHOST_MESSAGE_H #define GHOST_MESSAGE_H #include using namespace std; inline void fatal(const char *msg) { cerr << msg; exit(1); } #endif