BsGLPlugin.cpp 170 B

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