Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file containing the logic for the client. More...
#include "client.h"
#include <utils/logger.h>
#include <net/packets/handshake.h>
#include <net/packets/status/serverlist.h>
#include <net/packets/status/pingpong.h>
#include <net/packets/login/loginstartend.h>
#include <net/packets/login/encryptionexchange.h>
#include <net/packets/login/setcompression.h>
#include <net/packets/play/disconnect.h>
#include <plugins/events/clientevents.hpp>
#include <plugins/event.h>
The file containing the logic for the client.