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

76
q3radiant/LstToolBar.cpp Normal file → Executable file
View file

@ -19,41 +19,41 @@ along with Foobar; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
===========================================================================
*/
// LstToolBar.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "LstToolBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLstToolBar
CLstToolBar::CLstToolBar()
{
}
CLstToolBar::~CLstToolBar()
{
}
BEGIN_MESSAGE_MAP(CLstToolBar, CToolBar)
//{{AFX_MSG_MAP(CLstToolBar)
ON_WM_PARENTNOTIFY()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CLstToolBar message handlers
void CLstToolBar::OnParentNotify(UINT message, LPARAM lParam)
{
CToolBar::OnParentNotify(message, lParam);
}
// LstToolBar.cpp : implementation file
//
#include "stdafx.h"
#include "Radiant.h"
#include "LstToolBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLstToolBar
CLstToolBar::CLstToolBar()
{
}
CLstToolBar::~CLstToolBar()
{
}
BEGIN_MESSAGE_MAP(CLstToolBar, CToolBar)
//{{AFX_MSG_MAP(CLstToolBar)
ON_WM_PARENTNOTIFY()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CLstToolBar message handlers
void CLstToolBar::OnParentNotify(UINT message, LPARAM lParam)
{
CToolBar::OnParentNotify(message, lParam);
}