www.pudn.com > OpenGLDemoshow.zip > MFCGL.h
// MFCGL.h : main header file for the MFCGL application
//
/*##################################################################
Author: Masoud Samimi
Website: www.geocities.com/samimi73
Email: marcello43@hotmail.com
Program: MFC OpenGL
History: Last modified for web on 22.07.2000 (dd.mm.yy)
Purpose: Please visit my website, it is expalined there.
Important Notice:
No guarantee/warantee is given on this app and I will not be responsible
for any damage to you, your property or any other person from using it.
USE IT ON YOUR OWN RISK.
Thankyou and have FUNNE =-)
Masoud Samimi.
##################################################################*/
#if !defined(AFX_MFCGL_H__525FE025_FEBF_11D3_BEC0_DA6A43B1B745__INCLUDED_)
#define AFX_MFCGL_H__525FE025_FEBF_11D3_BEC0_DA6A43B1B745__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
/////////////////////////////////////////////////////////////////////////////
// CMFCGLApp:
// See MFCGL.cpp for the implementation of this class
//
class CMFCGLApp : public CWinApp
{
public:
CMFCGLApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMFCGLApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CMFCGLApp)
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_MFCGL_H__525FE025_FEBF_11D3_BEC0_DA6A43B1B745__INCLUDED_)