3DHelperDemoSimple.h
上传用户:qzpk666
上传日期:2022-08-04
资源大小:59k
文件大小:1k
- // 3DHelperDemoSimple.h : main header file for the 3DHelperDemoSimple application
- //
- #if !defined(AFX_3DHelperDemoSimple_H__33E33AB3_1E88_495E_80F3_5AD14F0E3683__INCLUDED_)
- #define AFX_3DHelperDemoSimple_H__33E33AB3_1E88_495E_80F3_5AD14F0E3683__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CMy3DHelperDemoSimpleApp:
- // See 3DHelperDemoSimple.cpp for the implementation of this class
- //
- class CMy3DHelperDemoSimpleApp : public CWinApp
- {
- public:
- CMy3DHelperDemoSimpleApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMy3DHelperDemoSimpleApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMy3DHelperDemoSimpleApp)
- // 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_3DHelperDemoSimple_H__33E33AB3_1E88_495E_80F3_5AD14F0E3683__INCLUDED_)