mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 15:57:51 +00:00
Merge pull request #1946 from lioncash/decl
renderer_opengl: Correct forward declaration of FramebufferLayout
This commit is contained in:
commit
1695b504b0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class EmuWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Layout {
|
namespace Layout {
|
||||||
class FramebufferLayout;
|
struct FramebufferLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace OpenGL {
|
namespace OpenGL {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue