///////////////////////////////////////////////////////////////////////////////
//  LMsg.h

#pragma once

struct HWND__;

namespace debug {
	bool __cdecl		Error(const char* pszFormat, ...);
	void __cdecl		Output(const char* pszFormat, ...);

	void		SetHWND(HWND__* hWnd);
}

