Files
2023-09-18 17:16:32 -04:00

17 lines
194 B
C

/**
* References: WiiBrew
*/
#ifndef RVL_SDK_PUBLIC_FS_H
#define RVL_SDK_PUBLIC_FS_H
#ifdef __cplusplus
extern "C" {
#endif
#include <revolution/FS/fs.h>
#ifdef __cplusplus
}
#endif
#endif