#ifndef OPENGL_CHECKER_H #define OPENGL_CHECKER_H #include class OpenGLChecker { public: OpenGLChecker(); bool hasCompatibleOpenGLVersion(); private: //?? }; #endif // OPENGL_CHECKER_H