Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
86
q3radiant/NewProjDlg.cpp
Normal file → Executable file
86
q3radiant/NewProjDlg.cpp
Normal file → Executable 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
|
||||
===========================================================================
|
||||
*/
|
||||
// NewProjDlg.cpp : implementation file
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Radiant.h"
|
||||
#include "NewProjDlg.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNewProjDlg dialog
|
||||
|
||||
|
||||
CNewProjDlg::CNewProjDlg(CWnd* pParent /*=NULL*/)
|
||||
: CDialog(CNewProjDlg::IDD, pParent)
|
||||
{
|
||||
//{{AFX_DATA_INIT(CNewProjDlg)
|
||||
m_strName = _T("");
|
||||
//}}AFX_DATA_INIT
|
||||
}
|
||||
|
||||
|
||||
void CNewProjDlg::DoDataExchange(CDataExchange* pDX)
|
||||
{
|
||||
CDialog::DoDataExchange(pDX);
|
||||
//{{AFX_DATA_MAP(CNewProjDlg)
|
||||
DDX_Text(pDX, IDC_EDIT_NAME, m_strName);
|
||||
//}}AFX_DATA_MAP
|
||||
}
|
||||
|
||||
|
||||
BEGIN_MESSAGE_MAP(CNewProjDlg, CDialog)
|
||||
//{{AFX_MSG_MAP(CNewProjDlg)
|
||||
// NOTE: the ClassWizard will add message map macros here
|
||||
//}}AFX_MSG_MAP
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNewProjDlg message handlers
|
||||
// NewProjDlg.cpp : implementation file
|
||||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Radiant.h"
|
||||
#include "NewProjDlg.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
#undef THIS_FILE
|
||||
static char THIS_FILE[] = __FILE__;
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNewProjDlg dialog
|
||||
|
||||
|
||||
CNewProjDlg::CNewProjDlg(CWnd* pParent /*=NULL*/)
|
||||
: CDialog(CNewProjDlg::IDD, pParent)
|
||||
{
|
||||
//{{AFX_DATA_INIT(CNewProjDlg)
|
||||
m_strName = _T("");
|
||||
//}}AFX_DATA_INIT
|
||||
}
|
||||
|
||||
|
||||
void CNewProjDlg::DoDataExchange(CDataExchange* pDX)
|
||||
{
|
||||
CDialog::DoDataExchange(pDX);
|
||||
//{{AFX_DATA_MAP(CNewProjDlg)
|
||||
DDX_Text(pDX, IDC_EDIT_NAME, m_strName);
|
||||
//}}AFX_DATA_MAP
|
||||
}
|
||||
|
||||
|
||||
BEGIN_MESSAGE_MAP(CNewProjDlg, CDialog)
|
||||
//{{AFX_MSG_MAP(CNewProjDlg)
|
||||
// NOTE: the ClassWizard will add message map macros here
|
||||
//}}AFX_MSG_MAP
|
||||
END_MESSAGE_MAP()
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNewProjDlg message handlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue