mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 15:00:55 -04:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef DVDFS_H
|
|
#define DVDFS_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
extern u32 __DVDLongFileNameFlag;
|
|
|
|
#endif /* DVDFS_H */
|