2
0

BsGLPlugin.cpp 177 B

12345678910
  1. #include "BsGLPrerequisites.h"
  2. #include "BsGLRenderAPIFactory.h"
  3. namespace BansheeEngine
  4. {
  5. extern "C" BS_RSGL_EXPORT const String& getPluginName()
  6. {
  7. return SystemName;
  8. }
  9. }