synced code with scummvm trunk
This commit is contained in:
parent
c8436afa36
commit
edadbb35be
140 changed files with 5146 additions and 2956 deletions
|
@ -26,6 +26,7 @@
|
|||
#define COMMON_DEBUG_H
|
||||
|
||||
#include "common/sys.h"
|
||||
#include "common/textconsole.h"
|
||||
#include "common/list.h"
|
||||
#include "common/str.h"
|
||||
|
||||
|
@ -96,6 +97,12 @@ bool isDebugChannelEnabled(uint32 level);
|
|||
bool isDebugChannelEnabled(const String &name);
|
||||
|
||||
|
||||
/**
|
||||
* Set the output formatter used by debug() and related functions.
|
||||
*/
|
||||
void setDebugOutputFormatter(OutputFormatter f);
|
||||
|
||||
|
||||
} // End of namespace Common
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue