Files
ss/include/rvl/OS/OSPlayRecord.h
T
2023-12-24 09:59:13 -05:00

15 lines
225 B
C

#ifndef RVL_SDK_OS_PLAY_RECORD_H
#define RVL_SDK_OS_PLAY_RECORD_H
#include <common.h>
#ifdef __cplusplus
extern "C" {
#endif
void __OSStartPlayRecord(void);
void __OSStopPlayRecord(void);
#ifdef __cplusplus
}
#endif
#endif