mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 17:06:11 -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 */
|