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

68
q3radiant/ToolWnd.cpp Normal file → Executable file
View file

@ -19,37 +19,37 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// ToolWnd.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "ToolWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CToolWnd
CToolWnd::CToolWnd()
{
}
CToolWnd::~CToolWnd()
{
}
BEGIN_MESSAGE_MAP(CToolWnd, CWnd)
//{{AFX_MSG_MAP(CToolWnd)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CToolWnd message handlers
// ToolWnd.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "ToolWnd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CToolWnd
CToolWnd::CToolWnd()
{
}
CToolWnd::~CToolWnd()
{
}
BEGIN_MESSAGE_MAP(CToolWnd, CWnd)
//{{AFX_MSG_MAP(CToolWnd)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CToolWnd message handlers