Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ void piano()
{
int x,y,i;

cout<<"\n press signs ,numeric and alphabetic key\n";
cout<<"\n press signs ,numeric and alphabetic key for sound and change\n";
nosound();
menu1();
nosound();
Expand Down Expand Up @@ -1460,7 +1460,7 @@ sound(2635);delay(100); sound(3637);delay(100); sound(2639);delay(100);
while(!kbhit){
goto e4; }

//l
//long

menu1();
break;
Expand Down