8 lines
144 B
C
8 lines
144 B
C
#ifndef INPUT_H
|
|
#define INPUT_H
|
|
|
|
void waitForKey(char key);
|
|
int selector_render(char menu_items[10][32], int items_length);
|
|
|
|
#endif // !INPUT_H
|