mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 19:41:31 -04:00
13 lines
211 B
C
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 */
|