Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
OpenGL header files
no vote
OpenGL.h header file OpenGL.h : main header file for the OPENGL application// #if !defined(AFX_OPENGL_H__8A456E10_C04A_46C5_B8E1_9EE079A11151__INCLUDED_)#define AFX_OPENGL_H__8A456E10_C04A_46C5_B8E1_9EE079A11151__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 COpenGLApp:// See OpenGL.cpp for the implementation of this class// class COpenGLApp : public CWinApp{public: COpenGLApp(); Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COpenGLApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL Implementation //{{AFX_MSG(COpenGLApp) 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()}; ///////////////////
carlosdsy
2016-08-23
0
1
No more~