#include "LobbyPCTypes.h"
#include "LobbyTypes.h"
#include "RankingServerDBSpec.h"
#include "LobbyDBSpec.h"
#include "DS_Table.h"
#include "DS_List.h"
#include "RakNetTypes.h"
Namespaces | |
namespace | RakNet |
Classes | |
class | RakNet::LobbyClientInterface |
The client-side interface to the lobby system The Lobby client implements functionality commonly found in game lobbies. It is the counterpart to the LobbyServer class. This interface is system independent, but for PC functionality see LobbyClientPC For full documentation on the PC version, see LobbyClientPC.h. More... | |
struct | RakNet::LeaveClan_Notification |
Someone has left this clan. More... | |
struct | RakNet::ClanJoinInvitationWithdrawn_Notification |
You were invited to a clan, but this invitation has been revoked. More... | |
struct | RakNet::ClanJoinInvitationRejected_Notification |
struct | RakNet::ClanJoinInvitationAccepted_Notification |
struct | RakNet::ClanJoinInvitation_Notification |
A leader or subleader in a clan has invited you to join that clan. More... | |
struct | RakNet::ClanMemberJoinRequestWithdrawn_Notification |
Someone has petitioned to join your clan, but changed their mind and have withdrawn that petition. More... | |
struct | RakNet::ClanMemberJoinRequestRejected_Notification |
struct | RakNet::ClanMemberJoinRequestAccepted_Notification |
struct | RakNet::ClanMemberJoinRequest_Notification |
Someone has asked to join your clan. More... |
This file is part of RakNet Copyright 2003 Kevin Jenkins.
Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.jenkinssoftware.com/SingleApplicationLicense.html Custom license users are subject to the terms therein. GPL license users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.