---------------------------------------------------------------------------------
| 897 | |
| 898 | //--------------------------------------------------------------------------------- |
| 899 | void consoleClear(void) { |
| 900 | //--------------------------------------------------------------------------------- |
| 901 | consoleCls(2); |
| 902 | } |
| 903 | |
| 904 | //--------------------------------------------------------------------------------- |
| 905 | void consoleSetWindow(PrintConsole* console, int x, int y, int width, int height){ |
nothing calls this directly
no test coverage detected