1 #ifndef CSM_DOC_BLACKLIST_H
2 #define CSM_DOC_BLACKLIST_H
8 #include "../world/universalid.hpp"
15 std::map<CSMWorld::UniversalId::Type, std::vector<std::string> >
mIds;
ID blacklist sorted by UniversalId type.
Definition: blacklist.hpp:13
Type
Definition: universalid.hpp:40
bool isBlacklisted(const CSMWorld::UniversalId &id) const
Definition: blacklist.cpp:7
std::map< CSMWorld::UniversalId::Type, std::vector< std::string > > mIds
Definition: blacklist.hpp:15
void add(CSMWorld::UniversalId::Type type, const std::vector< std::string > &ids)
Definition: blacklist.cpp:19
Definition: universalid.hpp:12