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