Skip to content

Commit

Permalink
Add additional Lost
Browse files Browse the repository at this point in the history
  • Loading branch information
AcezukyRockon authored Apr 4, 2024
1 parent dce918a commit e16445b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions osu! sheet/Base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ void Base::PrintMenu1()
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
Base::gotoxy(1, 20);
cout << "Press Enter to view";
}

void Base::PrintMenu2()
Expand All @@ -90,6 +92,8 @@ void Base::PrintMenu2()
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
Base::gotoxy(1, 20);
cout << "Press Enter to view";
}

void Base::PrintMenu3()
Expand All @@ -114,6 +118,8 @@ void Base::PrintMenu3()
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
Base::gotoxy(1, 20);
cout << "Press Enter to view";
}

void Base::PrintMenu4()
Expand All @@ -138,6 +144,8 @@ void Base::PrintMenu4()
cout << "Use 'W' or 'S' to go";
Base::gotoxy(1, 18);
cout << "up and down";
Base::gotoxy(1, 20);
cout << "Press Enter to view";
}

void Base::PrintMenu5()
Expand Down

0 comments on commit e16445b

Please sign in to comment.