home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / ToolWnd.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  654 b   |  35 lines

  1. // ToolWnd.cpp : implementation file
  2. //
  3.  
  4. #include "stdafx.h"
  5. #include "Radiant.h"
  6. #include "ToolWnd.h"
  7.  
  8. #ifdef _DEBUG
  9. #define new DEBUG_NEW
  10. #undef THIS_FILE
  11. static char THIS_FILE[] = __FILE__;
  12. #endif
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CToolWnd
  16.  
  17. CToolWnd::CToolWnd()
  18. {
  19. }
  20.  
  21. CToolWnd::~CToolWnd()
  22. {
  23. }
  24.  
  25.  
  26. BEGIN_MESSAGE_MAP(CToolWnd, CWnd)
  27.     //{{AFX_MSG_MAP(CToolWnd)
  28.         // NOTE - the ClassWizard will add and remove mapping macros here.
  29.     //}}AFX_MSG_MAP
  30. END_MESSAGE_MAP()
  31.  
  32.  
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CToolWnd message handlers
  35.