mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-18 08:40:06 +00:00
8 lines
134 B
C
8 lines
134 B
C
#ifndef NX_SHELL_MENU_BOOK_READER_H
|
|
#define NX_SHELL_MENU_BOOK_READER_H
|
|
|
|
#include <switch.h>
|
|
|
|
void Menu_OpenBook(char *path);
|
|
|
|
#endif
|