9 lines
90 B
C
9 lines
90 B
C
#ifndef KEYBOARD_H
|
|
#define KEYBOARD_H
|
|
|
|
#define KEY_SPACEBAR ' '
|
|
|
|
int key_event();
|
|
|
|
#endif
|