Genesis-Plus-GX/source/ngc/fileio_dvd.h

15 lines
409 B
C
Raw Normal View History

2008-12-10 19:16:30 +01:00
/****************************************************************************
*
* DVD ISO9660/Joliet loading support
*
***************************************************************************/
#ifndef _FILEIO_DVD_H
#define _FILEIO_DVD_H
extern int DVD_UpdateDir(int go_up);
extern int DVD_ParseDirectory();
extern int DVD_LoadFile(unsigned char* buffer);
extern int DVD_Open ();
#endif