|
group2 0.1.0
CSE 125 Group 2
|
Lobby screen implementation: network callback wiring, per-frame rendering, and countdown logic. More...
#include "Lobby.hpp"#include "SDL3/SDL_init.h"#include "SDL3/SDL_timer.h"#include "ui/LobbyUI.hpp"#include "util/InputCapture.hpp"#include "util/LocalAddress.hpp"#include <algorithm>#include <imgui.h>Lobby screen implementation: network callback wiring, per-frame rendering, and countdown logic.