HelpAndVer.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
- // HelpAndVer.cpp : implementation file
- //
- #include "stdafx.h"
- #include "XMudClient.h"
- #include "HelpAndVer.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- CHelpAndVer::CHelpAndVer(CWnd* pParent /*=NULL*/)
- : CDialog(CHelpAndVer::IDD, pParent)
- {
- }
- void CHelpAndVer::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- }
- BEGIN_MESSAGE_MAP(CHelpAndVer, CDialog)
- END_MESSAGE_MAP()