#pragma once // Future developer/debug overlay (ImGui or PrismaUI inspector panel). // Player-facing UI lives in ui/views/CommonwealthOnline/browser/. namespace F4T::DebugOverlay { inline void Initialize() {} inline void Shutdown() {} inline void Draw() {} }