mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07: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 */
|