Skip to content

Commit c99c7d4

Browse files
committed
fix header being marked as a source file
1 parent 243947b commit c99c7d4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

src/game/client/swarm_sdk_client.vcxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
12631263
<ClCompile Include="swarm\c_asw_ammo_drop.cpp" />
12641264
<ClCompile Include="swarm\c_asw_aoegrenade_projectile.cpp" />
12651265
<ClCompile Include="swarm\c_asw_boomer.cpp" />
1266-
<ClCompile Include="swarm\c_asw_boomer_blob.cpp" />
1266+
<ClCompile Include="swarm\c_asw_boomer_blob.cpp" />
12671267
<ClCompile Include="swarm\c_asw_buffgrenade_projectile.cpp" />
12681268
<ClCompile Include="swarm\c_asw_button_area.cpp" />
12691269
<ClCompile Include="swarm\c_asw_buzzer.cpp" />
@@ -1296,9 +1296,9 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
12961296
<ClCompile Include="swarm\c_asw_gas_grenade_projectile.cpp" />
12971297
<ClCompile Include="swarm\c_asw_generic_emitter.cpp" />
12981298
<ClCompile Include="swarm\c_asw_generic_emitter_entity.cpp" />
1299-
<ClCompile Include="swarm\c_asw_grenade_cluster.cpp" />
1300-
<ClCompile Include="swarm\c_asw_grenade_freeze.cpp" />
1301-
<ClCompile Include="swarm\c_asw_grenade_vindicator.cpp" />
1299+
<ClCompile Include="swarm\c_asw_grenade_cluster.cpp" />
1300+
<ClCompile Include="swarm\c_asw_grenade_freeze.cpp" />
1301+
<ClCompile Include="swarm\c_asw_grenade_vindicator.cpp" />
13021302
<ClCompile Include="swarm\c_asw_gun_smoke_emitter.cpp" />
13031303
<ClCompile Include="swarm\c_asw_hack.cpp" />
13041304
<ClCompile Include="swarm\c_asw_hack_computer.cpp" />
@@ -1317,7 +1317,7 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
13171317
<ClCompile Include="swarm\c_asw_meatbug.cpp" />
13181318
<ClCompile Include="swarm\c_asw_mesh_emitter_entity.cpp" />
13191319
<ClCompile Include="swarm\c_asw_mine.cpp" />
1320-
<ClCompile Include="swarm\c_asw_mortar_round.cpp" />
1320+
<ClCompile Include="swarm\c_asw_mortar_round.cpp" />
13211321
<ClCompile Include="swarm\c_asw_objective.cpp" />
13221322
<ClCompile Include="swarm\c_asw_objective_countdown.cpp" />
13231323
<ClCompile Include="swarm\c_asw_objective_kill_aliens.cpp" />
@@ -3143,7 +3143,7 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
31433143
<ClInclude Include="swarm\c_asw_ammo_drop.h" />
31443144
<ClInclude Include="swarm\c_asw_aoegrenade_projectile.h" />
31453145
<ClInclude Include="swarm\c_asw_boomer.h" />
3146-
<ClCompile Include="swarm\c_asw_boomer_blob.h" />
3146+
<ClInclude Include="swarm\c_asw_boomer_blob.h" />
31473147
<ClInclude Include="swarm\c_asw_buffgrenade_projectile.h" />
31483148
<ClInclude Include="swarm\c_asw_button_area.h" />
31493149
<ClInclude Include="swarm\c_asw_buzzer.h" />
@@ -3172,9 +3172,9 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
31723172
<ClInclude Include="swarm\c_asw_gas_grenade_projectile.h" />
31733173
<ClInclude Include="swarm\c_asw_generic_emitter.h" />
31743174
<ClInclude Include="swarm\c_asw_generic_emitter_entity.h" />
3175-
<ClInclude Include="swarm\c_asw_grenade_cluster.h" />
3176-
<ClInclude Include="swarm\c_asw_grenade_freeze.h" />
3177-
<ClInclude Include="swarm\c_asw_grenade_vindicator.h" />
3175+
<ClInclude Include="swarm\c_asw_grenade_cluster.h" />
3176+
<ClInclude Include="swarm\c_asw_grenade_freeze.h" />
3177+
<ClInclude Include="swarm\c_asw_grenade_vindicator.h" />
31783178
<ClInclude Include="swarm\c_asw_gun_smoke_emitter.h" />
31793179
<ClInclude Include="swarm\c_asw_hack.h" />
31803180
<ClInclude Include="swarm\c_asw_hack_computer.h" />
@@ -3190,7 +3190,7 @@ if exist ..\..\devtools\bin\postbuild.cmd ..\..\devtools\bin\postbuild.cmd clien
31903190
<ClInclude Include="swarm\c_asw_meatbug.h" />
31913191
<ClInclude Include="swarm\c_asw_mesh_emitter_entity.h" />
31923192
<ClInclude Include="swarm\c_asw_mine.h" />
3193-
<ClCompile Include="swarm\c_asw_mortar_round.h" />
3193+
<ClCompile Include="swarm\c_asw_mortar_round.h" />
31943194
<ClInclude Include="swarm\c_asw_objective.h" />
31953195
<ClInclude Include="swarm\c_asw_objective_countdown.h" />
31963196
<ClInclude Include="swarm\c_asw_objective_kill_aliens.h" />

0 commit comments

Comments
 (0)