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
12public:
13 // member variables
14 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCNAPI static ::RepositorySourceOptions create(::IResourcePackRepository const& repo, ::AppPlatform& platform);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
Definition AppPlatform.h:50
Definition IResourcePackRepository.h:34
Definition RepositorySourceOptions.h:11
static MCAPI ::RepositorySourceOptions create(::IResourcePackRepository const &repo, ::AppPlatform &platform)
MCAPI RepositorySourceOptions(::RepositorySourceOptions &&)
MCAPI void * $ctor(::RepositorySourceOptions &&)
Definition Alias.h:14