3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/routing/IEntryPoint.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
16namespace OreUI::EntryPoints {
18class File :
public ::OreUI::IEntryPoint {
22 virtual bool shouldAddToConfiguration() const ;
25 addToMatcher(::OreUI::RouteMatcher&, ::SceneFactory&, ::Bedrock::NotNullNonOwnerPtr<::ISceneStack> const&) const
28 virtual ~File() = default;
Definition ISceneStack.h:5
Definition RouteMatcher.h:7
Definition SceneFactory.h:5