summaryrefslogtreecommitdiff
path: root/win/Mfwnd.h
diff options
context:
space:
mode:
authorleo2001-01-29 23:56:08 +0000
committerleo2001-01-29 23:56:08 +0000
commit91aa552f967eb0645fff45fb4ef3914839d43fcc (patch)
tree57038cfeff96de2f614f77a5e785e982bbd89276 /win/Mfwnd.h
parent284ee630366231f6a0c893c9b3d3ce1d62b925d6 (diff)
Moved the old Minifig Wizard window to the new GLWindow and MinifigWizard classes
git-svn-id: http://svn.leocad.org/trunk@236 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Mfwnd.h')
-rw-r--r--win/Mfwnd.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/win/Mfwnd.h b/win/Mfwnd.h
deleted file mode 100644
index e14245a..0000000
--- a/win/Mfwnd.h
+++ /dev/null
@@ -1,56 +0,0 @@
-#ifndef __MFWND_H__
-#define __MFWND_H__
-
-// MFWind.h : header file
-//
-
-//#include "system.h"
-class MinifigWizard;
-
-/////////////////////////////////////////////////////////////////////////////
-// CMinifigWnd window
-
-class CMinifigWnd : public CWnd
-{
-// Construction
-public:
- CMinifigWnd();
-
-// Attributes
-protected:
- HGLRC m_hrc;
- CClientDC* m_pDC;
- CPalette* m_pPal;
-
-// Operations
-public:
- void DrawScene();
- int InitGL();
- MinifigWizard* m_pFig;
-
-// Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMinifigWnd)
- //}}AFX_VIRTUAL
-
-// Implementation
-public:
- virtual ~CMinifigWnd();
-
- // Generated message map functions
-protected:
- //{{AFX_MSG(CMinifigWnd)
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg void OnPaint();
- afx_msg void OnDestroy();
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
-};
-
-/////////////////////////////////////////////////////////////////////////////
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
-#endif // __MFWND_H__