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