AlpacaLibary  1.63
A closed source C++ bot for OSRS
ClanMemberList.hpp
Go to the documentation of this file.
1 #ifndef CLANMEMBERLIST_HPP_INCLUDED
2 #define CLANMEMBERLIST_HPP_INCLUDED
3 
4 #include "NameableContainer.hpp"
5 #include "../JavaClass/Class.hpp"
6 
7 namespace Internal
8 {
10  {
11  public:
12  ClanMemberList(const void* Obj);
13 
14 
15  static Class GetClass();
16 
17  };
18 }
19 
20 #endif // CLANMEMBERLIST_HPP_INCLUDED
ClanMemberList(const void *Obj)
static Class GetClass()