Files
2025-01-21 16:49:37 +08:00

6 lines
70 B
C

#ifndef _REMOTE_H
#define _REMOTE_H
void RemoteKeyInit(void);
#endif