Jhy3DDoc.h
资源名称:Jhy3D.rar [点击查看]
上传用户:eehhbb
上传日期:2022-08-03
资源大小:2550k
文件大小:1k
源码类别:
OpenGL
开发平台:
Visual C++
- // Jhy3DDoc.h : interface of the CJhy3DDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_JHY3DDOC_H__B78A4D60_0A7D_44F3_8F00_105C41AF16DC__INCLUDED_)
- #define AFX_JHY3DDOC_H__B78A4D60_0A7D_44F3_8F00_105C41AF16DC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CJhy3DDoc : public CDocument
- {
- protected: // create from serialization only
- CJhy3DDoc();
- DECLARE_DYNCREATE(CJhy3DDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CJhy3DDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CJhy3DDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CJhy3DDoc)
- // 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_JHY3DDOC_H__B78A4D60_0A7D_44F3_8F00_105C41AF16DC__INCLUDED_)