07063257_GL.h
资源名称:aa.rar [点击查看]
上传用户:kuqidezhu
上传日期:2022-07-18
资源大小:4151k
文件大小:1k
源码类别:
3D图形编程
开发平台:
Visual C++
- // 07063257_GL.h : main header file for the 07063257_GL application
- //
- #if !defined(AFX_07063257_GL_H__A71BC53C_56ED_4B68_9E39_46908AFDE7F4__INCLUDED_)
- #define AFX_07063257_GL_H__A71BC53C_56ED_4B68_9E39_46908AFDE7F4__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
- /////////////////////////////////////////////////////////////////////////////
- // CMy07063257_GLApp:
- // See 07063257_GL.cpp for the implementation of this class
- //
- class CMy07063257_GLApp : public CWinApp
- {
- public:
- CMy07063257_GLApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMy07063257_GLApp)
- public:
- virtual BOOL InitInstance();
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMy07063257_GLApp)
- afx_msg void OnAppAbout();
- // 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_07063257_GL_H__A71BC53C_56ED_4B68_9E39_46908AFDE7F4__INCLUDED_)