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
{
9
class
ClanMemberList
:
public
NameableContainer
10
{
11
public
:
12
ClanMemberList
(
const
void
*
Obj
);
13
14
15
static
Class
GetClass
();
16
17
};
18
}
19
20
#endif
// CLANMEMBERLIST_HPP_INCLUDED
NameableContainer.hpp
Internal::ClanMemberList
Definition:
ClanMemberList.hpp:10
Internal::ClanMemberList::ClanMemberList
ClanMemberList(const void *Obj)
Internal::ClanMemberList::GetClass
static Class GetClass()
Internal::Class
Definition:
Class.hpp:9
Internal::NameableContainer
Definition:
NameableContainer.hpp:12
Internal::Object::Obj
void * Obj
Definition:
Object.hpp:12
Internal
Definition:
AbstractBufferProvider.hpp:10
Include
Core
Classes
ClanMemberList.hpp
Generated by
1.9.1