mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef __MENU_H__
|
|
#define __MENU_H__
|
|
|
|
#include <tamtypes.h>
|
|
|
|
int menuStart();
|
|
|
|
#endif /* __MENU_H__ */
|