1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-10 21:00:12 +00:00

Merge pull request from lioncash/decl

renderer_opengl: Correct forward declaration of FramebufferLayout
This commit is contained in:
bunnei 2018-12-26 20:39:54 -05:00 committed by GitHub
commit 73c9ffc422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ class EmuWindow;
}
namespace Layout {
class FramebufferLayout;
struct FramebufferLayout;
}
namespace OpenGL {