Skip to content

Commit

Permalink
move src/xrPhysics/dCylinder to src/xrPhysics/dcylinder
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 27, 2018
1 parent 2c1400c commit df3311b
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/xrPhysics/ExtendedGeom.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "ExtendedGeom.h"
#include "dCylinder/dCylinder.h"
#include "dcylinder/dCylinder.h"
bool IsCyliderContact(const dContact& c)
{
int geomClass = -1;
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/Physics.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "dCylinder/dCylinder.h"
#include "dcylinder/dCylinder.h"
#include "PhysicsShell.h"
#include "PHObject.h"
#include "PHInterpolation.h"
Expand Down
2 changes: 1 addition & 1 deletion src/xrPhysics/dRayMotions.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "stdafx.h"
#include "dCylinder/dCylinder.h"
#include "dcylinder/dCylinder.h"
struct dContactGeom;
int dCollideCylRay(dxGeom* o1, dxGeom* o2, int flags, dContactGeom* contact, int skip);

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/xrPhysics/tri-colliderKNoOPC/dTriCylinder.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "dTriColliderCommon.h"
#include "xrPhysics/dCylinder/dCylinder.h"
#include "xrPhysics/dcylinder/dCylinder.h"
#include "dTriCylinder.h"
#include "xrPhysics/MathUtils.h"
#include "dcTriListCollider.h"
Expand Down
2 changes: 1 addition & 1 deletion src/xrPhysics/tri-colliderKNoOPC/dTriCylinder.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef D_TRI_CYLINDER_H
#define D_TRI_CYLINDER_H
#include "xrPhysics/dCylinder/dCylinder.h"
#include "xrPhysics/dcylinder/dCylinder.h"
#include "TriPrimitiveCollideClassDef.h"
#include "dcTriListCollider.h"

Expand Down
2 changes: 1 addition & 1 deletion src/xrPhysics/tri-colliderKNoOPC/dcTriListCollider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "xrCDB/Intersect.hpp"
#include "dTriCollideK.h"
#include "dSortTriPrimitive.h"
#include "xrPhysics/dCylinder/dCylinder.h"
#include "xrPhysics/dcylinder/dCylinder.h"
#include "xrPhysics/MathUtils.h"
#ifdef DEBUG
#include "xrPhysics/debug_output.h"
Expand Down

0 comments on commit df3311b

Please sign in to comment.