usbloadergx/source/usbloader/getentries.h

14 lines
315 B
C
Raw Normal View History

/****************************************************************************
* PromptWindows
* USB Loader GX 2009
*
* PromptWindows.h
***************************************************************************/
#ifndef _GETENTRIES_H_
#define _GETENTRIES_H_
2009-06-13 02:24:36 +02:00
int __Menu_GetEntries(void);
#endif