showmsg.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "stdafx.h"
  2. #include "XmudOS.h"
  3. #include "ShowMsg.h"
  4. ShowMsg::ShowMsg()
  5. {
  6. }
  7. ShowMsg::~ShowMsg()
  8. {
  9. }
  10. BEGIN_MESSAGE_MAP(ShowMsg, CEdit)
  11. //{{AFX_MSG_MAP(ShowMsg)
  12. // NOTE - the ClassWizard will add and remove mapping macros here.
  13. //}}AFX_MSG_MAP
  14. END_MESSAGE_MAP()