| 4483 | } |
| 4484 | |
| 4485 | bool PixelGameEngine::OnUserUpdate(float fElapsedTime) |
| 4486 | { |
| 4487 | UNUSED(fElapsedTime); return false; |
| 4488 | } |
| 4489 | |
| 4490 | bool PixelGameEngine::OnUserDestroy() |
| 4491 | { |
nothing calls this directly
no outgoing calls
no test coverage detected