Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AlSch092 authored Nov 9, 2024
1 parent 4adeed9 commit 5c58be4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions UltimateAnticheat.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
<ClCompile Include="AntiTamper\NAuthenticode.cpp" />
<ClCompile Include="AntiTamper\remap.cpp" />
<ClCompile Include="API\API.cpp" />
<ClCompile Include="Common\Logger.cpp" />
<ClCompile Include="Common\SHA256.cpp" />
<ClCompile Include="Common\Utility.cpp" />
<ClCompile Include="Detections.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions UltimateAnticheat.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
<ClCompile Include="AntiDebug\DebuggerDetections.cpp">
<Filter>AntiDebug</Filter>
</ClCompile>
<ClCompile Include="Common\Logger.cpp">
<Filter>Common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="AntiCheat.hpp">
Expand Down

0 comments on commit 5c58be4

Please sign in to comment.