mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
RenderBase: Forward declare EFBAccessType
This commit is contained in:
@ -7,8 +7,12 @@
|
||||
#include <string>
|
||||
#include "VideoCommon/RenderBase.h"
|
||||
|
||||
enum class EFBAccessType;
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
class D3DTexture2D;
|
||||
|
||||
class Renderer : public ::Renderer
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user