Skip to content
Snippets Groups Projects
Commit 60961700 authored by T.Wadi's avatar T.Wadi
Browse files

Rest of the functions of the CDs functiomality implimented

parent 7ff26f81
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,21 @@ void editCd(){
waitForEnter();
}
void deleteCD(){
puts("deleteCd");
waitForEnter();
}
void searchSong(){
puts("deleteCd");
waitForEnter();
}
void sortCDs(){
puts("SortCd");
waitForEnter();
}
void ListCDs(){
puts("SortCd");
waitForEnter();
}
......@@ -5,5 +5,4 @@ void editCd();
void deleteCD();
void searchSong();
void sortCDs();
void sortCDs();
void ListCDS();
\ No newline at end of file
void ListCDs();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment