#include #include "menu_struct.h" void AddSectionMenu(char *file1,char *file2, struct menu *menu_t_,int x, int y, int (*action)(void)); void AfficherMenu(struct menu *menu_t_); void ActiverSectionPrecedente(struct menu *menu_t_); void ActiverSectionSuivante(struct menu *menu_t_); int InitMenu(char *file, struct menu *menu_t_, int x, int y, int depth); void FreeMenu(struct menu *menu_t_); unsigned short ReturnActiveSectionMenu(struct menu *menu_t_);