From 77ed51898157d99112be7550471ec06e32344c9e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 11 Oct 2020 21:35:37 +0200 Subject: Refactor plugin into seperate pages TODO: Readd 4chan login page, manganelo creators page, autocomplete --- include/Storage.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Storage.hpp') diff --git a/include/Storage.hpp b/include/Storage.hpp index 38c083e..8a1bbfa 100644 --- a/include/Storage.hpp +++ b/include/Storage.hpp @@ -29,4 +29,6 @@ namespace QuickMedia { bool read_file_as_json(const Path &filepath, Json::Value &result); bool save_json_to_file_atomic(const Path &path, const Json::Value &json); + + bool is_program_executable_by_name(const char *name); } \ No newline at end of file -- cgit v1.2.3