LeviLamina
Loading...
Searching...
No Matches
RepositorySourceOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class AppPlatform;
9// clang-format on
10
11struct RepositorySourceOptions {
12public:
13 // member variables
14 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 RepositorySourceOptions& operator=(RepositorySourceOptions const&);
32 RepositorySourceOptions(RepositorySourceOptions const&);
33 RepositorySourceOptions();
34
35public:
36 // member functions
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static ::RepositorySourceOptions create(::IResourcePackRepository const& repo, ::AppPlatform& platform);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition AppPlatform.h:91
Definition IResourcePackRepository.h:34
static MCAPI ::RepositorySourceOptions create(::IResourcePackRepository const &repo, ::AppPlatform &platform)
Definition Alias.h:14