#ifndef PSP_MENU_H #define PSP_MENU_H int InitMenu(); void DisplayMenu(); void TrashMenu(); #endif