#ifndef INPUT_H #define INPUT_H void waitForKey(char key); int selector_render(char menu_items[10][32], int items_length); #endif // !INPUT_H