Genesis-Plus-GX/psp2/menu.h

9 lines
96 B
C
Raw Normal View History

2015-08-30 01:44:58 +02:00
#ifndef _MENU_H
#define _MENU_H
void InitMenu();
void DisplayMenu();
void TrashMenu();
#endif