#ifndef DEBUGCLIENT_H #define DEBUGCLIENT_H void TraceRaw(const char *format, ...); void Trace(const char *format, ...); #endif // DEBUGCLIENT_H