#ifndef CCGLCONTEXT_HPP
#define CCGLCONTEXT_HPP
#include "IContext.hpp"
class CCGLContext final : public IContext
{
};
#endif // CCGLCONTEXT_HPP