Update MP2
This commit is contained in:
19
Assignments/MP2_CalebFontenot/main.h
Normal file
19
Assignments/MP2_CalebFontenot/main.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* 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 */
|
||||
|
Reference in New Issue
Block a user