Files
ss/include/lib/rvl/FS.h
T
lepelog 42880ec9ae init
2023-08-09 16:59:04 +02:00

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