3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/PlatformUpsellDialog.h"
10namespace Social {
struct User; }
17 virtual ~GenericPlatformUpsellDialog() =
default;
19 virtual void show(::std::shared_ptr<::Social::User>
const user, ::std::function<
void(
bool)> callback) ;
25 MCAPI
void $show(::std::shared_ptr<::Social::User>
const user, ::std::function<
void(
bool)> callback);