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@14: #endif /* OGL_H_ */