#pragma once class ServerUpdate { public: ServerUpdate(void); void update_client(); void update_server_version_info(); };