CmGLUtil.h 177 B

123456789101112
  1. #pragma once
  2. #include "CmWin32GLSupport.h"
  3. #include "CmWin32VideoModeInfo.h"
  4. namespace BansheeEngine
  5. {
  6. GLSupport* getGLSupport()
  7. {
  8. return cm_new<Win32GLSupport>();
  9. }
  10. };