1//************************************ bs::framework - Copyright 2018 Marko Pintera **************************************//
2//*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********//
3#include "BsGLContext.h"
4
5namespace bs { namespace ct
6{
7 void GLContext::endCurrent()
8 { }
9}}