mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
13 lines
155 B
C
13 lines
155 B
C
#ifndef RVL_SDK_PUBLIC_FS_H
|
|
#define RVL_SDK_PUBLIC_FS_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/FS/fs.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|