mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 00:15:06 +01:00
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:
|
||||
|
Loading…
Reference in New Issue
Block a user