#include "Common.hpp"
#include <stdio.h>
#include <stdarg.h>
#include "StringUtils.hpp"
#include "AnsiWide.hpp"
Namespaces | |
| namespace | Core |
Functions | |
| void | Core::AssertFail (const char *pszExpression, const char *pszFile, uint nLine) |
| The function invoked when an ASSERT fails. | |
| void | Core::TraceEx (const tchar *pszFormat,...) |
| Function to write a message to the debugger output. | |
| void | Core::DebugWrite (const tchar *pszFormat,...) |
| Write a message to the debugger stream in both Debug and Release builds. | |
1.5.2