CmGLPlugin.cpp 192 B

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