RenderBase: Forward declare EFBAccessType

This commit is contained in:
Lioncash
2017-01-23 11:20:20 -05:00
parent 1c854f2daa
commit 70cf774a5c
17 changed files with 49 additions and 20 deletions

View File

@ -7,13 +7,16 @@
#include <memory>
#include <string>
#include "Common/CommonTypes.h"
#include "VideoBackends/D3D12/D3DState.h"
#include "VideoBackends/D3D12/D3DStreamBuffer.h"
#include "VideoCommon/RenderBase.h"
enum class EFBAccessType;
struct EfbPokeData;
namespace DX12
{
class D3DStreamBuffer;
extern StateCache gx_state_cache;
namespace D3D