3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/client/gui/oreui/routing/RouteFlags.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
17namespace OreUI::EntryPoints {
23 virtual bool shouldAddToConfiguration() const ;
25 virtual
void addToMatcher(
26 ::OreUI::RouteMatcher& routeMatcher,
27 ::SceneFactory& sceneFactory,
28 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
35 MCAPI UpdateVersion();
41 MCAPI static ::OreUI::EntryPoints::RouteFlags const& FLAGS();
43 MCAPI static ::std::add_lvalue_reference_t<
char const[]> ROUTE();
55 MCFOLD
bool $shouldAddToConfiguration() const;
57 MCAPI
void $addToMatcher(
58 ::OreUI::RouteMatcher& routeMatcher,
59 ::SceneFactory& sceneFactory,
60 ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const& sceneStack
Definition ISceneStack.h:5
Definition UpdateVersion.h:7
static MCAPI void ** $vftable()
Definition RouteMatcher.h:7
Definition SceneFactory.h:5