mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
14 lines
257 B
C++
14 lines
257 B
C++
|
|
#ifndef COMIC_VINE_JSON_PARSER_H
|
|
#define COMIC_VINE_JSON_PARSER_H
|
|
|
|
#include "comic_db.h"
|
|
|
|
namespace YACReader {
|
|
|
|
ComicDB parseCVJSONComicInfo(ComicDB &comic, const QString &json, int count, const QString &publisher);
|
|
|
|
}
|
|
|
|
#endif // COMIC_VINE_JSON_PARSER_H
|