A bunch of other files from D3 to sort through.

This commit is contained in:
Kevin Bentley
2024-04-19 14:58:24 -06:00
parent 99f86c5c1f
commit 9782e2b138
539 changed files with 188069 additions and 0 deletions

View File

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