|
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 <algorithm>#include <backends/imgui_impl_sdl3.h>#include <backends/imgui_impl_sdlgpu3.h>#include <glm/vec3.hpp>#include <imgui.h>Lobby screen implementation: network callback wiring, per-frame rendering, and countdown logic.