mirror of
https://github.com/celisej567/source-sdk-2013.git
synced 2026-09-17 20:10:21 +03:00
Fix stdshaders #includes casing
This is important for case-sensitive filesystems/operating systems (i.e. Linux).
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
//=============================================================================//
|
||||
|
||||
#include "BaseVSShader.h"
|
||||
#include "sdk_unlittwotexture_vs20.inc"
|
||||
#include "sdk_monitorscreen_ps20.inc"
|
||||
#include "sdk_monitorscreen_ps20b.inc"
|
||||
#include "SDK_unlittwotexture_vs20.inc"
|
||||
#include "SDK_monitorscreen_ps20.inc"
|
||||
#include "SDK_monitorscreen_ps20b.inc"
|
||||
#include "cpp_shader_constant_register_map.h"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
|
||||
Reference in New Issue
Block a user