Skip to content

Commit

Permalink
the case of letters in include strings has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jul 1, 2018
1 parent bdd8107 commit ccb1460
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/xrPhysics/CalculateTriangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "MathUtils.h"

#include "Geometry.h"
#include "tri-colliderknoopc/dtricollidermath.h"
#include "tri-colliderknoopc/dTriColliderMath.h"

#include "ode_redefine.h"
#include "xrCDB/xr_area.h"
Expand Down
2 changes: 1 addition & 1 deletion src/xrPhysics/Geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "Geometry.h"
#include "PHDynamicData.h"
#include "ExtendedGeom.h"
#include "dcylinder//dCylinder.h"
#include "dcylinder/dCylinder.h"

#include "xrCore/Animation/Bone.hpp"

Expand Down
2 changes: 1 addition & 1 deletion src/xrPhysics/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "xrServerEntities/smart_cast.h"

#include "xrCDB/xrCDB.h"
#include "xrSound/sound.h"
#include "xrSound/Sound.h"
#include "xrEngine/GameMtlLib.h"
#include "xrCore/_std_extensions.h"

Expand Down
4 changes: 2 additions & 2 deletions src/xrSound/SoundRender_TargetA.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "Soundrender_Target.h"
#include "Soundrender_CoreA.h"
#include "SoundRender_Target.h"
#include "SoundRender_CoreA.h"

class CSoundRender_TargetA : public CSoundRender_Target
{
Expand Down

0 comments on commit ccb1460

Please sign in to comment.