Skip to content

Commit 3b93ce6

Browse files
committed
fix another header marked as a cpp file
1 parent 611d951 commit 3b93ce6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/game/client/swarm/c_asw_mortar_round.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include "cbase.h"
43
#include "c_asw_grenade_vindicator.h"
54

65
class C_ASW_Mortar_Round : public C_ASW_Grenade_Vindicator

src/game/client/swarm_sdk_client.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
<ClInclude 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)