Files
tww/include/dolphin/dvd/dvdfs.h
T
2025-03-16 21:52:11 -04:00

13 lines
211 B
C

#ifndef DVDFS_H
#define DVDFS_H
#include "dolphin/types.h"
#include "dolphin/os/OS.h"
extern struct OSThreadQueue __DVDThreadQueue;
extern u32 __DVDLongFileNameFlag;
void __DVDFSInit();
#endif /* DVDFS_H */