LeviLamina
Loading...
Searching...
No Matches
ScreenTechStackSelectorInitializer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class IOptions;
8namespace ui { class ScreenTechStackSelector; }
9// clang-format on
10
11namespace ui::ScreenTechStackSelectorInitializer {
12// functions
13// NOLINTBEGIN
14MCAPI void initialize(
15 ::ui::ScreenTechStackSelector& screenTechStackSelector,
16 ::IOptions& options,
17 bool isEditorEnabled,
18 bool isEduMode,
19 ::std::function<bool()> isTrial,
20 ::std::function<bool()> isRealmsEditWorldFeatureOn
21);
22// NOLINTEND
23
24} // namespace ui::ScreenTechStackSelectorInitializer
Definition IOptions.h:5
Definition ScreenTechStackSelector.h:7