Skip to content

Commit

Permalink
xrGame: cameralook.{cpp,h} renamed to CameraLook.{cpp,h}
Browse files Browse the repository at this point in the history
This is how the class referenced in includes.
  • Loading branch information
Kaffeine committed Nov 10, 2015
1 parent a962994 commit a9477d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
<ClInclude Include="callback_info.h" />
<ClInclude Include="CameraEffector.h" />
<ClInclude Include="CameraFirstEye.h" />
<ClInclude Include="cameralook.h" />
<ClInclude Include="CameraLook.h" />
<ClInclude Include="CameraRecoil.h" />
<ClInclude Include="CaptureBoneCallback.h" />
<ClInclude Include="Car.h" />
Expand Down Expand Up @@ -2418,7 +2418,7 @@
<ClCompile Include="BreakableObject.cpp" />
<ClCompile Include="CameraEffector.cpp" />
<ClCompile Include="CameraFirstEye.cpp" />
<ClCompile Include="cameralook.cpp" />
<ClCompile Include="CameraLook.cpp" />
<ClCompile Include="Car.cpp" />
<ClCompile Include="CarCameras.cpp" />
<ClCompile Include="CarDamageParticles.cpp" />
Expand Down Expand Up @@ -4058,4 +4058,4 @@
<UserProperties DevPartner_IsInstrumented="1" />
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>
6 changes: 3 additions & 3 deletions src/xrGame/xrGame.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -5106,7 +5106,7 @@
<ClInclude Include="CameraFirstEye.h">
<Filter>Core\Client\Cameras</Filter>
</ClInclude>
<ClInclude Include="cameralook.h">
<ClInclude Include="CameraLook.h">
<Filter>Core\Client\Cameras</Filter>
</ClInclude>
<ClInclude Include="ActorEffector.h">
Expand Down Expand Up @@ -8556,7 +8556,7 @@
<ClCompile Include="CameraFirstEye.cpp">
<Filter>Core\Client\Cameras</Filter>
</ClCompile>
<ClCompile Include="cameralook.cpp">
<ClCompile Include="CameraLook.cpp">
<Filter>Core\Client\Cameras</Filter>
</ClCompile>
<ClCompile Include="ActorEffector.cpp">
Expand Down Expand Up @@ -10749,4 +10749,4 @@
<Filter>Core\Client\Objects\items &amp; weapons\Explosives</Filter>
</CustomBuild>
</ItemGroup>
</Project>
</Project>

0 comments on commit a9477d6

Please sign in to comment.