7 lines
66 B
C
Raw Permalink Normal View History

2025-05-26 17:39:58 +08:00
#ifndef _key_h
#define _key_h
void Key_Init(void);
#endif