3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/platform/brstd/function_ref.h"
10namespace Core {
class Path; }
13namespace Bedrock::Resources {
Definition PreloadedPathHandle.h:15
MCAPI PreloadedPathHandle(::Bedrock::Resources::PreloadedPathHandle const &)
MCAPI void forEach(::brstd::function_ref< void(::Core::Path const &)> callback) const
MCAPI::Bedrock::Resources::PreloadedPathHandle & operator=(::Bedrock::Resources::PreloadedPathHandle const &)
MCAPI void * $ctor(::Bedrock::Resources::PreloadedPathHandle const &)
MCAPI ~PreloadedPathHandle()
Definition function_ref.h:60