R-Type  2
Doom but in better
Loading...
Searching...
No Matches
server.hpp File Reference
#include <thread>
#include <chrono>
#include <memory>
#include <array>
#include <asio.hpp>
#include "game_manager.hpp"
#include "client_manager.hpp"
#include "message.hpp"
#include "message_codec.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.

Data Structures

class  Server
 The main UDP server that accepts client messages and updates the game logic. More...