Move GL interface code out of the OpenGL video backend.

This commit is contained in:
Scott Mansell 2015-09-19 04:40:00 +12:00
commit 95f3c956a8
83 changed files with 367 additions and 323 deletions

View file

@ -4,7 +4,8 @@
#pragma once
#include "VideoBackends/OGL/GLUtil.h"
#include "Common/GL/GLUtil.h"
#include "VideoCommon/TextureCacheBase.h"
#include "VideoCommon/VideoCommon.h"