This commit is contained in:
Daveo 2000-09-22 16:56:20 +00:00
parent 5c730d9614
commit 0cdff1e9c9
7 changed files with 1684 additions and 52 deletions

View file

@ -9,8 +9,7 @@
#pragma once
#endif // _MSC_VER > 1000
class CMapEditView : public CView
class CMapEditView : public CGLEnabledView
{
protected: // create from serialization only
CMapEditView();
@ -26,9 +25,6 @@ public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMapEditView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);