mangareader/include/manga.h

5 lines
50 B
C

struct Manga {
char *title;
char *image_url;
};