// // Created by caleb on 3/16/24. // #ifndef MP3_CALEBFONTENOT_SIMPLEMENU_H #define MP3_CALEBFONTENOT_SIMPLEMENU_H #include std::string printMenu(int *selection, std::vector menu); int simpleMenu(std::vector menuItems); #endif //MP3_CALEBFONTENOT_SIMPLEMENU_H