#ifndef IGNORES_HPP_INCLUDED #define IGNORES_HPP_INCLUDED #include "../../../Core/Classes/Ignore.hpp" #include #include /** @addtogroup GameTabs * @{ */ class Ignores { public: static bool IsOpen(); static bool Open(); static std::vector GetAll(); static std::vector GetAll(const std::function& Filter); }; /** @} */ #endif // IGNORES_HPP_INCLUDED