#include "BsGLRenderAPIFactory.h" #include "BsGLRenderAPI.h" namespace BansheeEngine { void GLRenderAPIFactory::create() { RenderAPICore::startUp(); } GLRenderAPIFactory::InitOnStart GLRenderAPIFactory::initOnStart; }