| 263 | } // namespace physx |
| 264 | |
| 265 | physx::PxFoundation* PxCreateFoundation(physx::PxU32 version, physx::PxAllocatorCallback& allocator, |
| 266 | physx::PxErrorCallback& errorCallback) |
| 267 | { |
| 268 | return physx::shdfnd::Foundation::createInstance(version, errorCallback, allocator); |
| 269 | } |
| 270 | |
| 271 | physx::PxFoundation& PxGetFoundation() |
| 272 | { |
no outgoing calls
no test coverage detected