blob: e8eab88533bbda534b7921387d7d366e5dd47b0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
#define __653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
enum ESeverity
{
Info,
Warning,
Error
};
void LogIt(const std::wstring& rsMsg);
#endif //__653719be_16d6_4058_8555_8aa7d5404214_OutputDlg_h__
|