// Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. #ifndef toolx_OpenGL #define toolx_OpenGL #if defined(__APPLE__) #include #endif #if TARGET_OS_IPHONE #include #elif defined(ANDROID) #include #elif _WIN32 #include #include #elif __APPLE__ #if defined(TOOLX_USE_GL_GL_H) || defined(TOOLS_USE_GL_GL_H) #include //Macports X11 GL. #else #include //Apple/OpenGL. #endif #else #include #endif #endif