Merge pull request #1946 from lioncash/decl

renderer_opengl: Correct forward declaration of FramebufferLayout
pull/8/head
bunnei 6 years ago 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 {

Loading…
Cancel
Save