Merge pull request #5239 from lioncash/fwd
video_core: Amend misplaced forward declarations
This commit is contained in:
commit
08dddbac4c
|
@ -13,10 +13,6 @@ namespace Frontend {
|
|||
class EmuWindow;
|
||||
}
|
||||
|
||||
namespace FrameDumper {
|
||||
class Backend;
|
||||
}
|
||||
|
||||
class RendererBase : NonCopyable {
|
||||
public:
|
||||
explicit RendererBase(Frontend::EmuWindow& window);
|
||||
|
|
|
@ -33,9 +33,8 @@ namespace Frontend {
|
|||
class EmuWindow;
|
||||
}
|
||||
|
||||
class ShaderProgramManager;
|
||||
|
||||
namespace OpenGL {
|
||||
class ShaderProgramManager;
|
||||
|
||||
class RasterizerOpenGL : public VideoCore::RasterizerInterface {
|
||||
public:
|
||||
|
|
Reference in New Issue