2009-06-05 00:13:39 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* PromptWindows
|
|
|
|
* USB Loader GX 2009
|
|
|
|
*
|
|
|
|
* PromptWindows.h
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _GETENTRIES_H_
|
|
|
|
#define _GETENTRIES_H_
|
|
|
|
|
2009-07-27 11:43:48 +02:00
|
|
|
//! param t
|
2009-07-30 07:41:12 +02:00
|
|
|
//! make this 1 if you want the function to ignore the rules
|
2009-07-27 11:43:48 +02:00
|
|
|
//! (settings and parental control) when making the game list.
|
2009-07-30 07:41:12 +02:00
|
|
|
//!
|
2009-07-27 11:43:48 +02:00
|
|
|
int __Menu_GetEntries(int t=0);
|
2009-06-05 00:13:39 +02:00
|
|
|
|
|
|
|
#endif
|