| 543 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
| 544 | |
| 545 | PxCooking* PxCreateCooking(PxU32 /*version*/, PxFoundation& foundation, const PxCookingParams& params) |
| 546 | { |
| 547 | PX_ASSERT(static_cast<Ps::Foundation*>(&foundation) == &Ps::Foundation::getInstance()); |
| 548 | PX_UNUSED(foundation); |
| 549 | |
| 550 | Ps::Foundation::incRefCount(); |
| 551 | |
| 552 | return PX_NEW(Cooking)(params); |
| 553 | } |
| 554 |
no test coverage detected