Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Data Structures | Typedefs
lobbyfinder.hpp File Reference
#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 >
 

Typedef Documentation

◆ Lobbies

using Lobbies = std::unordered_map<udp::endpoint, ServerLobbyBroadcastPacket>