#ifndef DEBUG_H #define DEBUG_H #include void LogInfo(const char *msg); #endif