2025-05-26 17:39:58 +08:00

7 lines
66 B
C

#ifndef _key_h
#define _key_h
void Key_Init(void);
#endif