BsD3D9Plugin.cpp 181 B

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