#ifndef MAINMENU_H_ #define MAINMENU_H_ #include #include #include #include void showMenu(); void ageInput(); bool agePermission(int age); bool checkIfInteger(char* input); #endif