8 lines
123 B
C
8 lines
123 B
C
#ifndef INPUT_H
|
|
#define INPUT_H
|
|
|
|
// Accepts and uses keypad input while displaying screens...
|
|
int handle_input ();
|
|
|
|
#endif
|