CmD3D9Plugin.cpp 196 B

12345678910
  1. #include "CmD3D9Prerequisites.h"
  2. #include "CmD3D9RenderSystemFactory.h"
  3. namespace CamelotFramework
  4. {
  5. extern "C" CM_D3D9_EXPORT const String& getPluginName()
  6. {
  7. return SystemName;
  8. }
  9. }