// Copyright (C) 2010, Guy Barrand. All rights reserved. // See the file tools.license for terms. #ifndef tools_OpenGL #define tools_OpenGL #ifdef TOOLS_TOOLS_GL #include "inlib_OpenGL" #else //!TOOLS_TOOLS_GL #if defined(__APPLE__) #include #endif #if TARGET_OS_IPHONE #include #elif defined(ANDROID) #include #elif _WIN32 #include #include #elif __APPLE__ #ifdef BUSH_USE_AGL #include //Cocoa #else #include //Macports X11 GL. #endif #else #include #endif #endif //TOOLS_TOOLS_GL #endif