mirror of https://github.com/snes9xgit/snes9x.git
win32: add license header to shader dialog files
This commit is contained in:
parent
4be1a1021f
commit
ef2b451cd8
|
@ -1,3 +1,9 @@
|
|||
/*****************************************************************************\
|
||||
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
||||
This file is licensed under the Snes9x License.
|
||||
For further information, consult the LICENSE file in the root directory.
|
||||
\*****************************************************************************/
|
||||
|
||||
#include "CShaderParamDlg.h"
|
||||
#include "wsnes9x.h"
|
||||
#include "display.h"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/*****************************************************************************\
|
||||
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
||||
This file is licensed under the Snes9x License.
|
||||
For further information, consult the LICENSE file in the root directory.
|
||||
\*****************************************************************************/
|
||||
|
||||
#pragma once
|
||||
#include "windows.h"
|
||||
#include "../shaders/glsl.h"
|
||||
|
|
Loading…
Reference in New Issue