#include "BsGLContext.h" namespace BansheeEngine { GLContext::GLContext() { } GLContext::~GLContext() { } void GLContext::endCurrent() { } }