John@14: #ifndef OGL_H_ John@14: #define OGL_H_ John@14: John@14: #ifndef __APPLE__ John@14: John@14: #if defined(WIN32) || defined(__WIN32__) John@14: #include John@14: #endif John@14: John@14: #include John@14: #include John@14: John@14: #else /* __APPLE__ */ John@14: #include John@14: #include John@14: #endif John@14: John@14: John@49: #ifndef GL_RGBA32F_ARB John@49: #define GL_RGBA32F_ARB 0x8814 John@49: #endif John@49: John@49: John@14: #endif /* OGL_H_ */