www.pudn.com > AndreasHalm-src.zip > OpenGLSLCubizzle.h
// OpenGLSLCubizzle.h : main header file for the OpenGLSLCubizzle application
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
// COpenGLSLCubizzleApp:
// See OpenGLSLCubizzle.cpp for the implementation of this class
//
class COpenGLSLCubizzleApp : public CWinApp
{
public:
COpenGLSLCubizzleApp();
// Overrides
public:
virtual BOOL InitInstance();
// Implementation
public:
DECLARE_MESSAGE_MAP()
};
extern COpenGLSLCubizzleApp theApp;