#include namespace hex::impl { [[nodiscard]] std::vector> &PopupBase::getOpenPopups() { static std::vector> openPopups; return openPopups; } }