www.pudn.com > XmudOSr.rar > HelpAndVer.cpp


// 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()