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