www.pudn.com > OPENGL-source-code.rar > 2DFontDoc.h


// 2DFontDoc.h : interface of the CMy2DFontDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_2DFONTDOC_H__0BCB5A6B_789A_11D3_ACC9_0080C8EBAE24__INCLUDED_) 
#define AFX_2DFONTDOC_H__0BCB5A6B_789A_11D3_ACC9_0080C8EBAE24__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CMy2DFontDoc : public CDocument 
{ 
protected: // create from serialization only 
	CMy2DFontDoc(); 
	DECLARE_DYNCREATE(CMy2DFontDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMy2DFontDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CMy2DFontDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CMy2DFontDoc) 
		// 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_2DFONTDOC_H__0BCB5A6B_789A_11D3_ACC9_0080C8EBAE24__INCLUDED_)