win32: add license header to shader dialog files
This commit is contained in:
parent
855ab4d947
commit
87f259c0f5
@ -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
Block a user