added missing files

This commit is contained in:
Luis Ángel San Martín
2015-05-07 22:01:55 +02:00
parent eac2899afb
commit 12b123537d
2 changed files with 59 additions and 0 deletions

15
common/opengl_checker.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef OPENGL_CHECKER_H
#define OPENGL_CHECKER_H
#include <QOpenGLContext>
class OpenGLChecker
{
public:
OpenGLChecker();
bool hasCompatibleOpenGLVersion();
private:
//??
};
#endif // OPENGL_CHECKER_H