AlpacaLibary  1.63
A closed source C++ bot for OSRS
Ignores.hpp
Go to the documentation of this file.
1 #ifndef IGNORES_HPP_INCLUDED
2 #define IGNORES_HPP_INCLUDED
3 
4 #include "../../../Core/Classes/Ignore.hpp"
5 #include <functional>
6 #include <vector>
7 
8 namespace Ignores
9 {
10  bool IsOpen();
11  bool Open();
12  std::int32_t GetTabHotkey();
13  std::vector<Internal::Ignore> GetAll();
14  std::vector<Internal::Ignore> GetAll(const std::function<bool (Internal::Ignore&)>& Filter);
15 }
16 
17 #endif // IGNORES_HPP_INCLUDED
bool Open()
bool IsOpen()
std::vector< Internal::Ignore > GetAll()
std::int32_t GetTabHotkey()