Itsa me, quake3io!

This commit is contained in:
Zachary Slater 2005-08-26 04:48:05 +00:00
parent dbe4ddb103
commit 5b755058f5
1409 changed files with 798983 additions and 798983 deletions

86
q3radiant/CapDialog.cpp Normal file → Executable file
View file

@ -19,46 +19,46 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// CapDialog.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "CapDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCapDialog dialog
CCapDialog::CCapDialog(CWnd* pParent /*=NULL*/)
: CDialog(CCapDialog::IDD, pParent)
{
//{{AFX_DATA_INIT(CCapDialog)
m_nCap = 0;
//}}AFX_DATA_INIT
}
void CCapDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CCapDialog)
DDX_Radio(pDX, IDC_RADIO_CAP, m_nCap);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CCapDialog, CDialog)
//{{AFX_MSG_MAP(CCapDialog)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCapDialog message handlers
// CapDialog.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "CapDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCapDialog dialog
CCapDialog::CCapDialog(CWnd* pParent /*=NULL*/)
: CDialog(CCapDialog::IDD, pParent)
{
//{{AFX_DATA_INIT(CCapDialog)
m_nCap = 0;
//}}AFX_DATA_INIT
}
void CCapDialog::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CCapDialog)
DDX_Radio(pDX, IDC_RADIO_CAP, m_nCap);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CCapDialog, CDialog)
//{{AFX_MSG_MAP(CCapDialog)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCapDialog message handlers