Skip to content

Commit

Permalink
chore: move effects into proper filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazrius committed Mar 7, 2024
1 parent 927e86c commit a918035
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ChaosMod/ChaosMod.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,12 @@
<ClCompile Include="Effects\DB\Spawning\ClonePlayer.cpp">
<Filter>Effects\DB\Spawning</Filter>
</ClCompile>
<ClCompile Include="Effects\DB\Interface\RadarJamming.cpp" />
<ClCompile Include="Effects\DB\Meta\EmergencyRollback.cpp" />
<ClCompile Include="Effects\DB\Interface\RadarJamming.cpp">
<Filter>Effects\DB\Interface</Filter>
</ClCompile>
<ClCompile Include="Effects\DB\Meta\EmergencyRollback.cpp">
<Filter>Effects\DB\Meta</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\Utils.hpp" />
Expand Down

0 comments on commit a918035

Please sign in to comment.