Commit 53505052 authored by Chris's avatar Chris
Browse files

comment

parent 7da8c746
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ void sleep_ms(const unsigned int ms) {
}

void clear_screen(void) {
    // keeping this for now pending Windows testing
    // #ifdef _WIN32
    //     system("cls");
    // #else