Skip to content

Commit

Permalink
Add strafehud
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlin96069 authored and lipsanen committed Nov 28, 2024
1 parent 726b744 commit a7321e1
Show file tree
Hide file tree
Showing 4 changed files with 566 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 a7321e1

Please sign in to comment.