mirror of
https://github.com/zeldaret/ss
synced 2026-06-25 09:41:57 -04:00
15 lines
225 B
C
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
|