FramebufferManager: Add missing header guard
This commit is contained in:
parent
57dd968af9
commit
ab28ef5cff
|
@ -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…
Reference in New Issue