Merge pull request #4239 from lioncash/header

Null: Add missing header guard
This commit is contained in:
JosJuice 2016-09-24 09:28:21 +02:00 committed by GitHub
commit 58d0e22354
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "VideoCommon/FramebufferManagerBase.h"
class XFBSource : public XFBSourceBase