| 4488 | } |
| 4489 | |
| 4490 | bool PixelGameEngine::OnUserDestroy() |
| 4491 | { |
| 4492 | return true; |
| 4493 | } |
| 4494 | |
| 4495 | void PixelGameEngine::OnTextEntryComplete(const std::string& sText) { UNUSED(sText); } |
| 4496 | bool PixelGameEngine::OnConsoleCommand(const std::string& sCommand) { UNUSED(sCommand); return false; } |
no outgoing calls
no test coverage detected