Book::Illustration got dimensions

This commit is contained in:
Veloman Yunkan
2021-10-31 17:02:42 +04:00
parent 5263f6880c
commit f4bc3c8ced
2 changed files with 8 additions and 2 deletions

View File

@ -48,6 +48,8 @@ class Book
{
friend class Book;
public:
uint16_t width = 48;
uint16_t height = 48;
std::string mimeType;
std::string url;