From 8d661807e363c973dc6a6d7e6015495e7cc3a2ab Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 15 Sep 2020 21:38:24 +0200 Subject: Add manga creators page to navigate to others works by the creators --- include/QuickMedia.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/QuickMedia.hpp') 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, -- cgit v1.2.3