www.pudn.com > OpenGLDemoshow.zip > MFCGLDoc.h


// MFCGLDoc.h : interface of the CMFCGLDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
/*################################################################## 
 
  Author:	Masoud Samimi 
  Website:	www.geocities.com/samimi73 
  Email:	marcello43@hotmail.com 
 
  Program:	MFC OpenGL 
  History:	Last modified for web on 22.07.2000 (dd.mm.yy) 
   
  Purpose: Please visit my website, it is expalined there. 
   
 
Important Notice: 
 
	No guarantee/warantee is given on this app and I will not be responsible  
	for any damage to you, your property or any other person from using it. 
	USE IT ON YOUR OWN RISK. 
 
	Thankyou and have FUNNE =-) 
 
	Masoud Samimi. 
 
##################################################################*/ 
 
#if !defined(AFX_MFCGLDOC_H__525FE02D_FEBF_11D3_BEC0_DA6A43B1B745__INCLUDED_) 
#define AFX_MFCGLDOC_H__525FE02D_FEBF_11D3_BEC0_DA6A43B1B745__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CMFCGLDoc : public CDocument 
{ 
protected: // create from serialization only 
	CMFCGLDoc(); 
	DECLARE_DYNCREATE(CMFCGLDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMFCGLDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMFCGLDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CMFCGLDoc) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MFCGLDOC_H__525FE02D_FEBF_11D3_BEC0_DA6A43B1B745__INCLUDED_)