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