PhysX POC Alhamdullah!

This commit is contained in:
bloeys
2022-01-20 04:46:38 +04:00
parent ccecb3a1b0
commit e8bee27262
15 changed files with 268 additions and 52 deletions

View File

@ -16,7 +16,7 @@ extern "C" {
};
CPxAPI CSTRUCT CPxRigidStatic* CPxCreatePlane(CSTRUCT CPxPhysics* sdk, CSTRUCT CPxPlane* plane, CSTRUCT CPxMaterial* material);
CPxAPI CSTRUCT CPxActor* CPxRigidStatic_toCPxActor(CSTRUCT CPxRigidStatic*);
CPxAPI CSTRUCT CPxActor CPxRigidStatic_toCPxActor(CSTRUCT CPxRigidStatic*);
#ifdef __cplusplus
}