3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/settings/AsyncProgressCancelInfo.h"
14 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
15 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
16 ::ll::TypedStorage<8, 104, ::std::optional<::Settings::AsyncProgressCancelInfo>> mCancelInfo;
21 AsyncProgressInfo& operator=(AsyncProgressInfo
const&);
22 AsyncProgressInfo(AsyncProgressInfo
const&);
28 MCAPI ::Settings::AsyncProgressInfo& operator=(::Settings::AsyncProgressInfo&&);
30 MCAPI ~AsyncProgressInfo();
Definition AsyncProgressInfo.h:7