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