diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-15 21:38:24 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-15 21:38:24 +0200 |
commit | 8d661807e363c973dc6a6d7e6015495e7cc3a2ab (patch) | |
tree | 4e39bca0226eae8561dc7e3aceccc5e88776533d /include | |
parent | cef36a1f7c90dba57de53de1fa9fd091e304c833 (diff) |
Add manga creators page to navigate to others works by the creators
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index faee324..b2c499c 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -44,6 +44,8 @@ namespace QuickMedia { void image_board_thread_list_page(); void image_board_thread_page(); + bool on_search_suggestion_submit_text(Body *input_body, Body *output_body); + enum class LoadImageResult { OK, FAILED, |