mirror of https://github.com/PCSX2/pcsx2.git
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef __MENU_H__
|
||
|
#define __MENU_H__
|
||
|
|
||
|
#include <tamtypes.h>
|
||
|
|
||
|
int menuStart();
|
||
|
|
||
|
#endif /* __MENU_H__ */
|