#ifndef UTIL_H #define UTIL_H #include #include #include namespace Util { void Die(const char *msg); void Die(const char * msg, const char * more); void Die(std::string msg); } #endif /* UTIL_H */