#pragma once #include #include struct UpdateState { std::optional github_update_last_checked_date; static UpdateState load(); void save(); };