mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
14 lines
315 B
C
14 lines
315 B
C
/****************************************************************************
|
|
* PromptWindows
|
|
* USB Loader GX 2009
|
|
*
|
|
* PromptWindows.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _GETENTRIES_H_
|
|
#define _GETENTRIES_H_
|
|
|
|
int __Menu_GetEntries(void);
|
|
|
|
#endif
|