2
0

BsD3D11Plugin.cpp 432 B

123456789101112
  1. //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
  2. //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
  3. #include "BsD3D11Prerequisites.h"
  4. #include "BsD3D11RenderAPIFactory.h"
  5. namespace BansheeEngine
  6. {
  7. extern "C" BS_D3D11_EXPORT const char* getPluginName()
  8. {
  9. return SystemName;
  10. }
  11. }