#pragma once #ifndef MANGOHUD_BLACKLIST_H #define MANGOHUD_BLACKLIST_H bool is_blacklisted(bool force_recheck = false); #endif //MANGOHUD_BLACKLIST_H