mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
17 lines
194 B
C
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
|