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