#ifndef FRIENDS_HPP_INCLUDED #define FRIENDS_HPP_INCLUDED #include "../../../Core/Classes/Friend.hpp" #include #include namespace Friends { bool IsOpen(); bool Open(bool UseHotkey = false); std::int32_t GetTabHotkey(); std::vector GetAll(); std::vector GetAll(const std::function& Filter); } #endif // FRIENDS_HPP_INCLUDED