Skip to content

Commit

Permalink
xrGame/damage_manager_inline.h: delete empty header.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 10, 2015
1 parent e87cb0d commit 1709867
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions src/xrGame/damage_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@ class CDamageManager {
// init default params
void init_bones (LPCSTR section, CInifile const * ini);
};

#include "damage_manager_inline.h"
10 changes: 0 additions & 10 deletions src/xrGame/damage_manager_inline.h

This file was deleted.

1 change: 0 additions & 1 deletion src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,6 @@
<ClInclude Include="DamagableItem.h" />
<ClInclude Include="DamageSource.h" />
<ClInclude Include="damage_manager.h" />
<ClInclude Include="damage_manager_inline.h" />
<ClInclude Include="danger_cover_location.h" />
<ClInclude Include="danger_cover_location_inline.h" />
<ClInclude Include="danger_explosive.h" />
Expand Down
3 changes: 0 additions & 3 deletions src/xrGame/xrGame.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -2454,9 +2454,6 @@
<ClInclude Include="damage_manager.h">
<Filter>AI\AComponents\DamageManager</Filter>
</ClInclude>
<ClInclude Include="damage_manager_inline.h">
<Filter>AI\AComponents\DamageManager</Filter>
</ClInclude>
<ClInclude Include="DamageSource.h">
<Filter>AI\AComponents\DamageManager</Filter>
</ClInclude>
Expand Down

0 comments on commit 1709867

Please sign in to comment.