Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

glwrap.H

Go to the documentation of this file.
00001 
00010 #ifndef GLWRAP_H
00011 #define GLWRAP_H
00012 
00013 #ifdef WIN32
00014 #include <winsock2.h>
00015 #include <windows.h>
00016 #include <iostream.h>
00017 #include <fstream.h>
00018 #endif
00019 
00020 #include <GL/gl.h>
00021 #include <GL/glu.h>
00022 
00023 #ifdef USE_GLUT
00024 #include <GL/glut.h>
00025 #endif
00026 
00027 #include "isGlContextData.H"
00028 
00029 
00030 GLenum checkGLError(bool exitOnError=false);
00031 
00032 
00033 #endif

Generated on Mon Sep 15 16:27:55 2003 for inspace by doxygen1.2.18