diff --git a/normal_user.h b/normal_user.h index ef4e824..7bbc180 100644 --- a/normal_user.h +++ b/normal_user.h @@ -10,10 +10,7 @@ #include #endif -#ifndef MENU_H -#define MENU_H -#include "menu.h" -#endif //MENU_H + #ifndef SORT_H #define SORT_H diff --git a/utils.h b/utils.h index 576f5a8..d732b90 100644 --- a/utils.h +++ b/utils.h @@ -9,6 +9,9 @@ #include #include #endif +void welcome_message(){ + printf("><\n");//welcome messgae +} int choices_selecter(char * Items[],int items,char * welcome_messages ){ int choice = 0;