|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <boost/asio/io_context.hpp>#include <boost/asio/ip/udp.hpp>#include <array>#include <unordered_map>#include <thread>#include <atomic>#include <mutex>#include "shared/network/packet.hpp"#include "shared/utilities/config.hpp"Go to the source code of this file.
Data Structures | |
| class | LobbyFinder |
Typedefs | |
| using | Lobbies = std::unordered_map< udp::endpoint, ServerLobbyBroadcastPacket > |
| using Lobbies = std::unordered_map<udp::endpoint, ServerLobbyBroadcastPacket> |