LeviLamina
Loading...
Searching...
No Matches
StreamedResources.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace mce {
11
13public:
14 // static functions
15 // NOLINTBEGIN
16#ifdef LL_PLAT_C
17 MCNAPI static bool shouldStream(::ResourceLocation const& resourceLocation);
18#endif
19 // NOLINTEND
20
21public:
22 // static variables
23 // NOLINTBEGIN
24 MCNAPI static ::std::unordered_set<uint64>& streamedDirectories();
25 // NOLINTEND
26};
27
28} // namespace mce
Definition ResourceLocation.h:15
Definition StreamedResources.h:12
static MCAPI ::std::unordered_set< uint64 > & streamedDirectories()