BsGLPlugin.cpp 164 B

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