ASDV-Cpp/Assignments/MP3_CalebFontenot/simpleMenu.h

14 lines
300 B
C++

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