mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
RenderBase: Forward declare EFBAccessType
This commit is contained in:
parent
1c854f2daa
commit
70cf774a5c
17 changed files with 49 additions and 20 deletions
|
@ -2,6 +2,8 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "VideoCommon/VertexManagerBase.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "Common/BitSet.h"
|
||||
|
@ -21,8 +23,8 @@
|
|||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/TextureCacheBase.h"
|
||||
#include "VideoCommon/VertexLoaderManager.h"
|
||||
#include "VideoCommon/VertexManagerBase.h"
|
||||
#include "VideoCommon/VertexShaderManager.h"
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/XFMemory.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue