mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Merge pull request #4239 from lioncash/header
Null: Add missing header guard
This commit is contained in:
commit
58d0e22354
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
// Licensed under GPLv2+
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "VideoCommon/FramebufferManagerBase.h"
|
#include "VideoCommon/FramebufferManagerBase.h"
|
||||||
|
|
||||||
class XFBSource : public XFBSourceBase
|
class XFBSource : public XFBSourceBase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue