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 "BsGLPrerequisites.h"
4#include "BsGLRenderAPIFactory.h"
5
6namespace bs
7{
8 extern "C" BS_PLUGIN_EXPORT const char* getPluginName()
9 {
10 return ct::GLRenderAPIFactory::SystemName;
11 }
12}
13