diff options
Diffstat (limited to 'PhysX_3.4/Source/SimulationController/src/ScBodySim.h')
| -rw-r--r-- | PhysX_3.4/Source/SimulationController/src/ScBodySim.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PhysX_3.4/Source/SimulationController/src/ScBodySim.h b/PhysX_3.4/Source/SimulationController/src/ScBodySim.h index 943cf3a0..a032a771 100644 --- a/PhysX_3.4/Source/SimulationController/src/ScBodySim.h +++ b/PhysX_3.4/Source/SimulationController/src/ScBodySim.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. @@ -45,6 +45,10 @@ namespace physx { +namespace Bp +{ + class BoundsArray; +} class PxsTransformCache; class PxsSimulationController; namespace Sc |