#pragma once #include "input/input_source.hpp" namespace coop { // Phase 0 overlay: confirms the host is alive and, crucially, shows which // controllers are visible -- this is how we verify Remote Play Together is // routing a guest's gamepad into our window. void draw_debug_overlay(const InputSource& input); } // namespace coop