Browse Source
Merge pull request #1946 from lioncash/decl
renderer_opengl: Correct forward declaration of FramebufferLayout
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/video_core/renderer_opengl/renderer_opengl.h
|
|
@ -17,7 +17,7 @@ class EmuWindow; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
namespace Layout { |
|
|
namespace Layout { |
|
|
class FramebufferLayout; |
|
|
|
|
|
|
|
|
struct FramebufferLayout; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
namespace OpenGL { |
|
|
namespace OpenGL { |
|
|
|