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