You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/blacklist.h

8 lines
152 B
C

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