ASDV-Cpp/Assignments/MP2_CalebFontenot/main.h

20 lines
374 B
C++

/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/cppFiles/file.h to edit this template
*/
/*
* File: main.h
* Author: caleb
*
* Created on March 5, 2024, 3:46 PM
*/
#ifndef MAIN_H
#define MAIN_H
std::string printMenu(int* selection);
#endif /* MAIN_H */