Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
ClientHandle.h File Reference
#include "OSSupport/Network.h"
#include "Defines.h"
#include "Scoreboard.h"
#include "UI/SlotArea.h"
#include "json/json.h"
#include "ChunkSender.h"
#include "EffectID.h"
#include "Protocol/ForgeHandshake.h"
#include "Protocol/ProtocolRecognizer.h"
#include "UUID.h"
Include dependency graph for ClientHandle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cClientHandle
 

Typedefs

typedef std::shared_ptr< cClientHandlecClientHandlePtr
 

Typedef Documentation

◆ cClientHandlePtr

typedef std::shared_ptr<cClientHandle> cClientHandlePtr

Definition at line 43 of file ClientHandle.h.