mirror of
https://github.com/zeldaret/ss
synced 2026-05-30 00:46:41 -04:00
13 lines
159 B
C
13 lines
159 B
C
#ifndef RVL_SDK_PUBLIC_FS_H
|
|
#define RVL_SDK_PUBLIC_FS_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <lib/rvl/FS/fs.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|