| 534 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 535 | |
| 536 | PxCooking* PxCreateCooking(PxU32 /*version*/, PxFoundation& foundation, const PxCookingParams& params) |
| 537 | { |
| 538 | PX_ASSERT(static_cast<Ps::Foundation*>(&foundation) == &Ps::Foundation::getInstance()); |
| 539 | PX_UNUSED(foundation); |
| 540 | |
| 541 | Ps::Foundation::incRefCount(); |
| 542 | |
| 543 | return PX_NEW(Cooking)(params); |
| 544 | } |
| 545 |
no test coverage detected