3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/resources/pack_command/PackCommand.h"
7#include "mc/resources/pack_command/UpgradeLegacyDependencies.h"
15namespace PackCommand {
34 MCNAPI
void*
$ctor(::std::shared_ptr<::Pack> pack, ::std::vector<::PackIdVersion> newDependencies);
Definition PackCommand.h:8
Definition UpgradeLegacyDependenciesCommand.h:17
MCAPI void * $ctor(::std::shared_ptr<::Pack > pack, ::std::vector<::PackIdVersion > newDependencies)
MCAPI ~UpgradeLegacyDependenciesCommand()
MCAPI UpgradeLegacyDependenciesCommand(::std::shared_ptr<::Pack > pack, ::std::vector<::PackIdVersion > newDependencies)
Definition PackIdVersion.h:10