Git client decided not to commit this.

This commit is contained in:
IcePixelx 2021-12-25 22:58:51 +01:00
parent 8ed86febff
commit 8cfc55289b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include "core/stdafx.h"
#include "tier0/cvar.h"
#include "common/psuedodefs.h"
#include "common/pseudodefs.h"
#include "bsplib/bsplib.h"
//-----------------------------------------------------------------------------

View File

@ -115,7 +115,7 @@
<ClInclude Include="client\IVEngineClient.h" />
<ClInclude Include="common\opcodes.h" />
<ClInclude Include="common\protocol.h" />
<ClInclude Include="common\psuedodefs.h" />
<ClInclude Include="common\pseudodefs.h" />
<ClInclude Include="core\init.h" />
<ClInclude Include="core\logdef.h" />
<ClInclude Include="core\r5dev.h" />

View File

@ -824,7 +824,7 @@
<ClInclude Include="bsplib\bsplib.h">
<Filter>sdk\bsplib</Filter>
</ClInclude>
<ClInclude Include="common\psuedodefs.h">
<ClInclude Include="common\pseudodefs.h">
<Filter>sdk\common</Filter>
</ClInclude>
</ItemGroup>