27 #ifndef COMMON_DEBUG_H 28 #define COMMON_DEBUG_H 56 #endif // COMMON_DEBUG_H
The debug manager, managing debug channels.
void void debugCN(Common::DebugChannel channel, uint32 level, const char *s,...) GCC_PRINTF(3
Print a debug message, but only if the current debug level is at least the specified level for the sp...
Low-level type definitions to handle fixed width types portably.
void debugC(Common::DebugChannel channel, uint32 level, const char *s,...) GCC_PRINTF(3
Print a debug message, but only if the current debug level is at least the specified level for the sp...
DebugChannel
All debug channels.
Low-level detection of architecture/system properties.