#include "OgrePrerequisites.h"
#include <windows.h>
#include <wingdi.h>
#include <GL/glew.h>
#include <GL/wglew.h>
#include <GL/glu.h>
Go to the source code of this file.
Namespaces | |
Ogre | |
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ | |
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Lots of generated code in here which triggers the new VC CRT security warnings. More... | |
#define | _OgreGLExport __declspec(dllimport) |
#define | NOMINMAX |
#define | WIN32_LEAN_AND_MEAN |
Typedefs | |
typedef SharedPtr< GLGpuProgram > | Ogre::GLGpuProgramPtr |
typedef SharedPtr< GLTexture > | Ogre::GLTexturePtr |
#define _CRT_SECURE_NO_DEPRECATE |
Lots of generated code in here which triggers the new VC CRT security warnings.
Definition at line 89 of file OgreGLPrerequisites.h.
#define _OgreGLExport __declspec(dllimport) |
Definition at line 99 of file OgreGLPrerequisites.h.
#define NOMINMAX |
Definition at line 59 of file OgreGLPrerequisites.h.
#define WIN32_LEAN_AND_MEAN |
Definition at line 57 of file OgreGLPrerequisites.h.