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

126
q3radiant/RADEditView.cpp Normal file → Executable file
View file

@ -19,66 +19,66 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// RADEditView.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "RADEditView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CRADEditView
IMPLEMENT_DYNCREATE(CRADEditView, CEditView)
CRADEditView::CRADEditView()
{
}
CRADEditView::~CRADEditView()
{
}
BEGIN_MESSAGE_MAP(CRADEditView, CEditView)
//{{AFX_MSG_MAP(CRADEditView)
ON_CONTROL_REFLECT(EN_CHANGE, OnChange)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CRADEditView drawing
void CRADEditView::OnDraw(CDC* pDC)
{
CDocument* pDoc = GetDocument();
// TODO: add draw code here
}
/////////////////////////////////////////////////////////////////////////////
// CRADEditView diagnostics
#ifdef _DEBUG
void CRADEditView::AssertValid() const
{
CEditView::AssertValid();
}
void CRADEditView::Dump(CDumpContext& dc) const
{
CEditView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CRADEditView message handlers
void CRADEditView::OnChange()
{
}
// RADEditView.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "RADEditView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CRADEditView
IMPLEMENT_DYNCREATE(CRADEditView, CEditView)
CRADEditView::CRADEditView()
{
}
CRADEditView::~CRADEditView()
{
}
BEGIN_MESSAGE_MAP(CRADEditView, CEditView)
//{{AFX_MSG_MAP(CRADEditView)
ON_CONTROL_REFLECT(EN_CHANGE, OnChange)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CRADEditView drawing
void CRADEditView::OnDraw(CDC* pDC)
{
CDocument* pDoc = GetDocument();
// TODO: add draw code here
}
/////////////////////////////////////////////////////////////////////////////
// CRADEditView diagnostics
#ifdef _DEBUG
void CRADEditView::AssertValid() const
{
CEditView::AssertValid();
}
void CRADEditView::Dump(CDumpContext& dc) const
{
CEditView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CRADEditView message handlers
void CRADEditView::OnChange()
{
}