mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 10:06:17 -05:00
System: Use forward declarations in System.h
This commit is contained in:
parent
210f70a501
commit
2aba231915
|
|
@ -36,10 +36,12 @@
|
||||||
#include "VideoCommon/CommandProcessor.h"
|
#include "VideoCommon/CommandProcessor.h"
|
||||||
#include "VideoCommon/Fifo.h"
|
#include "VideoCommon/Fifo.h"
|
||||||
#include "VideoCommon/GeometryShaderManager.h"
|
#include "VideoCommon/GeometryShaderManager.h"
|
||||||
|
#include "VideoCommon/PerformanceMetrics.h"
|
||||||
#include "VideoCommon/PixelEngine.h"
|
#include "VideoCommon/PixelEngine.h"
|
||||||
#include "VideoCommon/PixelShaderManager.h"
|
#include "VideoCommon/PixelShaderManager.h"
|
||||||
#include "VideoCommon/Resources/CustomResourceManager.h"
|
#include "VideoCommon/Resources/CustomResourceManager.h"
|
||||||
#include "VideoCommon/VertexShaderManager.h"
|
#include "VideoCommon/VertexShaderManager.h"
|
||||||
|
#include "VideoCommon/VideoEvents.h"
|
||||||
#include "VideoCommon/XFStateManager.h"
|
#include "VideoCommon/XFStateManager.h"
|
||||||
|
|
||||||
namespace Core
|
namespace Core
|
||||||
|
|
|
||||||
|
|
@ -5,16 +5,15 @@
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "VideoCommon/PerformanceMetrics.h"
|
|
||||||
#include "VideoCommon/VideoEvents.h"
|
|
||||||
|
|
||||||
class GeometryShaderManager;
|
class GeometryShaderManager;
|
||||||
class Interpreter;
|
class Interpreter;
|
||||||
class JitInterface;
|
class JitInterface;
|
||||||
|
class PerformanceMetrics;
|
||||||
class PixelShaderManager;
|
class PixelShaderManager;
|
||||||
class SoundStream;
|
class SoundStream;
|
||||||
struct Sram;
|
struct Sram;
|
||||||
class VertexShaderManager;
|
class VertexShaderManager;
|
||||||
|
struct VideoEvents;
|
||||||
class XFStateManager;
|
class XFStateManager;
|
||||||
|
|
||||||
namespace AudioInterface
|
namespace AudioInterface
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user