#pragma once #ifndef MANGOHUD_BLACKLIST_H #define MANGOHUD_BLACKLIST_H #include bool is_blacklisted(bool force_recheck = false); void add_blacklist(const std::string& proc); extern std::string global_proc_name; #endif //MANGOHUD_BLACKLIST_H