Skip to content

Commit ccb1460

Browse files
committed
the case of letters in include strings has been changed
1 parent bdd8107 commit ccb1460

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/xrPhysics/CalculateTriangle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "MathUtils.h"
33

44
#include "Geometry.h"
5-
#include "tri-colliderknoopc/dtricollidermath.h"
5+
#include "tri-colliderknoopc/dTriColliderMath.h"
66

77
#include "ode_redefine.h"
88
#include "xrCDB/xr_area.h"

src/xrPhysics/Geometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "Geometry.h"
33
#include "PHDynamicData.h"
44
#include "ExtendedGeom.h"
5-
#include "dcylinder//dCylinder.h"
5+
#include "dcylinder/dCylinder.h"
66

77
#include "xrCore/Animation/Bone.hpp"
88

src/xrPhysics/stdafx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "xrServerEntities/smart_cast.h"
1111

1212
#include "xrCDB/xrCDB.h"
13-
#include "xrSound/sound.h"
13+
#include "xrSound/Sound.h"
1414
#include "xrEngine/GameMtlLib.h"
1515
#include "xrCore/_std_extensions.h"
1616

src/xrSound/SoundRender_TargetA.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22

3-
#include "Soundrender_Target.h"
4-
#include "Soundrender_CoreA.h"
3+
#include "SoundRender_Target.h"
4+
#include "SoundRender_CoreA.h"
55

66
class CSoundRender_TargetA : public CSoundRender_Target
77
{

0 commit comments

Comments
 (0)