#ifndef EBOOK_READER_MENU_BOOK_READER_H
#define EBOOK_READER_MENU_BOOK_READER_H
#include <switch.h>
void Menu_OpenBook(char *path);
#endif