|
R-Type
2
Doom but in better
|
#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"

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... | |