#include "CmGLContext.h" namespace BansheeEngine { // Empty base class GLContext::GLContext() { } GLContext::~GLContext() { } void GLContext::endCurrent() { } }