2015-04-18 21:45:34 +00:00
|
|
|
#ifndef CCGLCONTEXT_HPP
|
|
|
|
#define CCGLCONTEXT_HPP
|
|
|
|
|
|
|
|
#include "IContext.hpp"
|
2015-04-18 21:57:44 +00:00
|
|
|
#include <OpenGL/OpenGL.h>
|
2015-04-18 21:45:34 +00:00
|
|
|
|
|
|
|
class CCGLContext final : public IContext
|
|
|
|
{
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // CCGLCONTEXT_HPP
|