BsGLPlugin.cpp 531 B

12345678910111213
  1. //__________________________ Banshee Project - A modern game development toolkit _________________________________//
  2. //_____________________________________ www.banshee-project.com __________________________________________________//
  3. //________________________ Copyright (c) 2014 Marko Pintera. All rights reserved. ________________________________//
  4. #include "BsGLPrerequisites.h"
  5. #include "BsGLRenderSystemFactory.h"
  6. namespace BansheeEngine
  7. {
  8. extern "C" BS_RSGL_EXPORT const String& getPluginName()
  9. {
  10. return SystemName;
  11. }
  12. }