Skip to content

Commit

Permalink
Add code license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
louistakepillz committed Jan 6, 2019
1 parent f70a652 commit a1cd991
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shaders/ReShade.fxh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ReShade. All Rights Reserved

#pragma once

#if !defined(__RESHADE__) || __RESHADE__ < 30000
Expand Down
7 changes: 7 additions & 0 deletions shaders/xhair.fx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* reshade-xhair
* ReShade Crosshair Shader Overlay
*
* Copyright 2019 LouisTakePILLz
*/

#include "Reshade.fxh"

uniform int OffsetX <
Expand Down

0 comments on commit a1cd991

Please sign in to comment.