Skip to content

Commit

Permalink
Add strafehud
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlin96069 committed Nov 25, 2024
1 parent 6cae803 commit 5f727c0
Show file tree
Hide file tree
Showing 3 changed files with 537 additions and 0 deletions.
1 change: 1 addition & 0 deletions spt.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ del "$(OutDir)spt-version.obj"</Command>
<ClCompile Include="spt\features\restart.cpp" />
<ClCompile Include="spt\features\saveloads.cpp" />
<ClCompile Include="spt\features\shadow.cpp" />
<ClCompile Include="spt\features\strafehud.cpp" />
<ClCompile Include="spt\features\stucksave.cpp" />
<ClCompile Include="spt\features\tas.cpp" />
<ClCompile Include="spt\features\taslogging.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions spt.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@
<ClCompile Include="spt\features\grass.cpp">
<Filter>spt\features</Filter>
</ClCompile>
<ClCompile Include="spt\features\strafehud.cpp">
<Filter>spt\features</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\public\tier0\basetypes.h">
Expand Down
Loading

0 comments on commit 5f727c0

Please sign in to comment.