| 4493 | } |
| 4494 | |
| 4495 | void PixelGameEngine::OnTextEntryComplete(const std::string& sText) { UNUSED(sText); } |
| 4496 | bool PixelGameEngine::OnConsoleCommand(const std::string& sCommand) { UNUSED(sCommand); return false; } |
| 4497 | |
| 4498 |
nothing calls this directly
no outgoing calls
no test coverage detected