Skip to content

Commit

Permalink
[win] fixed pe header being incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
maecry committed Dec 18, 2023
1 parent 649f0b3 commit 3b0ccef
Show file tree
Hide file tree
Showing 2 changed files with 477 additions and 270 deletions.
12 changes: 9 additions & 3 deletions cstrike/cstrike.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
<ClInclude Include="sdk\datatypes\color.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
<ClInclude Include="sdk\datatypes\keyvalue3.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
<ClInclude Include="sdk\datatypes\matrix.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
Expand All @@ -177,6 +180,9 @@
<ClInclude Include="sdk\datatypes\quaternion.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
<ClInclude Include="sdk\datatypes\stronghandle.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
<ClInclude Include="sdk\datatypes\transform.h">
<Filter>sdk\datatypes</Filter>
</ClInclude>
Expand Down Expand Up @@ -252,6 +258,9 @@
<ClInclude Include="sdk\interfaces\inetworkclientservice.h">
<Filter>sdk\interfaces</Filter>
</ClInclude>
<ClInclude Include="sdk\interfaces\iresourcesystem.h">
<Filter>sdk\interfaces</Filter>
</ClInclude>
<ClInclude Include="sdk\interfaces\ischemasystem.h">
<Filter>sdk\interfaces</Filter>
</ClInclude>
Expand Down Expand Up @@ -294,9 +303,6 @@
<ClInclude Include="utilities\pe64.h">
<Filter>utilities</Filter>
</ClInclude>
<ClInclude Include="sdk\datatypes\stronghandle.h" />
<ClInclude Include="sdk\interfaces\iresourcesystem.h" />
<ClInclude Include="sdk\datatypes\keyvalue3.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\dependencies\imgui\imgui.cpp">
Expand Down
Loading

0 comments on commit 3b0ccef

Please sign in to comment.