DebugPrint to debugger util function

This commit is contained in:
Dr. Chat
2015-06-06 00:48:28 -05:00
parent 54e8868160
commit 35ad3c0f1f
2 changed files with 14 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ bool IsDebuggerAttached();
// If no debugger is present, a signal will be raised.
void Break();
void DebugPrint(const char *fmt, ...);
} // namespace debugging
} // namespace xe