MesssageWnd.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
- // MesssageWnd.cpp: implementation of the CMesssageWnd class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "XMudClient.h"
- #include "MesssageWnd.h"
- #include "FacePlate.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CMesssageWnd::CMesssageWnd()
- {
- }
- CMesssageWnd::~CMesssageWnd()
- {
- }
- void CMesssageWnd::AddMsg(char* Msg)
- {
- try //