PT: TODO: inline this
| 370 | |
| 371 | // PT: TODO: inline this |
| 372 | PxScene* Scb::Scene::getPxScene() |
| 373 | { |
| 374 | return const_cast<NpScene*>(getNpScene(this)); |
| 375 | } |
| 376 | |
| 377 | /////////////////////////////////////////////////////////////////////////////// |
| 378 | template<typename T> |
no test coverage detected