Skip to content

Commit

Permalink
VideoCommon/FramebufferShaderGen: Add missing initial source file com…
Browse files Browse the repository at this point in the history
…ments

Makes the source files consistent with the rest of the VideoCommon code.
  • Loading branch information
lioncash committed Dec 5, 2019
1 parent f8c90f0 commit eefd6a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Core/VideoCommon/FramebufferShaderGen.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 5 additions & 0 deletions Source/Core/VideoCommon/FramebufferShaderGen.h
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit eefd6a1

Please sign in to comment.