VOX
A little voxel engine
Loading...
Searching...
No Matches
Server.hpp File Reference
#include "define.hpp"
#include <unordered_map>
#include <exception>
#include <atomic>
#include "logger.hpp"
#include "ServerSocket.hpp"
#include "Connection.hpp"
#include "Poller.hpp"
#include "PacketFactory.hpp"
#include "ThreadSafeQueue.hpp"
#include "ThreadSafePacketQueue.hpp"
Include dependency graph for Server.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Server
 The server side interface with the network module. More...
 
struct  Server::sendInfo
 arg struct used to send a packet More...
 
class  Server::ClientDisconnected