7 lines
66 B
C
7 lines
66 B
C
|
#ifndef _key_h
|
||
|
#define _key_h
|
||
|
|
||
|
void Key_Init(void);
|
||
|
|
||
|
#endif
|