Blender  V2.59
GL.h
Go to the documentation of this file.
00001 
00029 #if defined(WIN32) || defined(__APPLE__)
00030 
00031         #ifdef WIN32
00032                 #include <windows.h>
00033                 #include <GL/gl.h>
00034         #else // WIN32
00035                 // __APPLE__ is defined
00036                 #include <AGL/gl.h>
00037         #endif // WIN32
00038 #else // defined(WIN32) || defined(__APPLE__)
00039         #include <GL/gl.h>
00040 #endif // defined(WIN32) || defined(__APPLE__)
00041