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:
@@ -3,9 +3,9 @@
|
||||
#include "BaseVSShader.h"
|
||||
#include "convar.h"
|
||||
|
||||
#include "sdk_splinerope_ps20.inc"
|
||||
#include "sdk_splinerope_ps20b.inc"
|
||||
#include "sdk_splinerope_vs20.inc"
|
||||
#include "SDK_splinerope_ps20.inc"
|
||||
#include "SDK_splinerope_ps20b.inc"
|
||||
#include "SDK_splinerope_vs20.inc"
|
||||
|
||||
// memdbgon must be the last include file in a .cpp file!!!
|
||||
#include "tier0/memdbgon.h"
|
||||
|
||||
Reference in New Issue
Block a user