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

游戏引擎

开发平台:

Visual C++

  1. // HelpAndVer.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "XMudClient.h"
  5. #include "HelpAndVer.h"
  6. #ifdef _DEBUG
  7. #define new DEBUG_NEW
  8. #undef THIS_FILE
  9. static char THIS_FILE[] = __FILE__;
  10. #endif
  11. CHelpAndVer::CHelpAndVer(CWnd* pParent /*=NULL*/)
  12. : CDialog(CHelpAndVer::IDD, pParent)
  13. {
  14. }
  15. void CHelpAndVer::DoDataExchange(CDataExchange* pDX)
  16. {
  17. CDialog::DoDataExchange(pDX);
  18. }
  19. BEGIN_MESSAGE_MAP(CHelpAndVer, CDialog)
  20. END_MESSAGE_MAP()