mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 22:38:10 -05:00
Merge pull request #1946 from lioncash/decl
renderer_opengl: Correct forward declaration of FramebufferLayout
This commit is contained in:
@ -17,7 +17,7 @@ class EmuWindow;
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace Layout {
|
namespace Layout {
|
||||||
class FramebufferLayout;
|
struct FramebufferLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace OpenGL {
|
namespace OpenGL {
|
||||||
|
Reference in New Issue
Block a user