| 379 | } |
| 380 | |
| 381 | bool Engine::isMainThread() { |
| 382 | return Thread::getCurrentThreadId() == Engine::getMainThreadId(); |
| 383 | } |
| 384 | |
| 385 | PlatformHelper* Engine::getPlatformHelper() { |
| 386 | if ( NULL == mPlatformHelper ) { |
no outgoing calls
no test coverage detected