Go to the documentation of this file.
13 #include <ext/hash_map>
17 #include <boost/smart_ptr.hpp>
19 #if !defined (_WIN32) && !defined (__CYGWIN__)
24 #endif //tells VCC not to generate min/max macros
28 #define GL_GLEXT_PROTOTYPES 1
30 #if defined (__APPLE__) || defined (MACOSX)
31 #include <OpenGL/gl.h>
32 #include <OpenGL/glext.h>