VideoCommon/FramebufferShaderGen: Add missing initial source file comments

Makes the source files consistent with the rest of the VideoCommon code.
This commit is contained in:
Lioncash 2019-12-04 23:48:57 -05:00
parent f8c90f0484
commit eefd6a10f5
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,11 @@
// Copyright 2019 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include "VideoCommon/FramebufferShaderGen.h"
#include <sstream>
#include "VideoCommon/FramebufferManager.h"
#include "VideoCommon/TextureDecoder.h"
#include "VideoCommon/VertexShaderGen.h"

View File

@ -1,4 +1,9 @@
// Copyright 2019 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
#include "VideoCommon/VideoCommon.h"