mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-03-12 06:51:36 +00:00
6 lines
111 B
C
6 lines
111 B
C
|
#ifndef EBOOK_READER_MENU_CHOOSER_HPP
|
||
|
#define EBOOK_READER_MENU_CHOOSER_HPP
|
||
|
|
||
|
void Menu_StartChoosing();
|
||
|
|
||
|
#endif
|