openmohaa/code/gamespy/gstats/multiTrack/WaitingDlg.cpp

44 lines
935 B
C++
Raw Permalink Normal View History

2023-02-04 21:00:01 +01:00
// WaitingDlg.cpp : implementation file
//
#include "stdafx.h"
#include "multiTrack.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)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CWaitingDlg message handlers