Closes down the Telcom rendering engine
| 1477 | |
| 1478 | // Closes down the Telcom rendering engine |
| 1479 | void TelcomRenderClose(void) { |
| 1480 | TelcomDestroyScreenOverlays(); |
| 1481 | TC_current_screen = DUMMY_SCREEN; |
| 1482 | } |
| 1483 | |
| 1484 | // Renders the current screen for 1 frame |
| 1485 | void TelcomRenderScreen(bool poweron, bool powerup, uint8_t power_effect) { |
no test coverage detected