openmohaa/code/gamespy/sc/scRaceSample/WaitingDlg.cpp
2023-02-04 21:00:01 +01:00

43 lines
996 B
C++

// WaitingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ScRaceSample.h"
#include "WaitingDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CWaitingDlg dialog
CWaitingDlg::CWaitingDlg(CWnd* pParent /*=NULL*/)
: CDialog(CWaitingDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CWaitingDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CWaitingDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CWaitingDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CWaitingDlg, CDialog)
//{{AFX_MSG_MAP(CWaitingDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CWaitingDlg message handlers