#ifndef MAINMENU_H_ #define MAINMENU_H_ #include #include #include #include #include "loginCustomer.h" #define credentialLength 20 bool agePermission(int age); bool checkIfInteger(char* userInput); bool chooseOption(int choiceInput); void ageInput(); void menuInput(); void showMenu(); void menuInput(); #endif