mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
9 lines
201 B
C
9 lines
201 B
C
#ifndef CURRENT_COMIC_VIEW_HELPER_H
|
|
#define CURRENT_COMIC_VIEW_HELPER_H
|
|
|
|
#include "comic_model.h"
|
|
|
|
ComicDB currentComicFromModel(ComicModel *model, bool &found);
|
|
|
|
#endif // CURRENT_COMIC_VIEW_HELPER_H
|