You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
430 B
C
22 lines
430 B
C
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <AzCore/Math/ToString.h>
|
|
|
|
#include <PhysX/MathConversion.h>
|
|
#include <PxPhysicsAPI.h>
|
|
#include <AzCore/std/smart_ptr/make_shared.h>
|
|
#include <AzCore/std/containers/vector.h>
|
|
|
|
#include <AzFramework/Physics/Common/PhysicsTypes.h>
|
|
|
|
#ifndef _RELEASE
|
|
#define AZ_PHYSICS_DEBUG_ENABLED
|
|
#endif
|