#pragma once #include "CmWin32GLSupport.h" #include "CmWin32VideoModeInfo.h" namespace BansheeEngine { GLSupport* getGLSupport() { return bs_new<Win32GLSupport>(); } };