BsD3D11Plugin.cpp 184 B

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