1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 15:06:31 -05:00

Merge pull request #1946 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

View File

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