LeviLamina
Loading...
Searching...
No Matches
PlatformUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7
8namespace Bedrock::PlatformUtils {
9// functions
10// NOLINTBEGIN
11MCAPI ::Core::PathBuffer<::std::string> const& getExternalStoragePath();
12
13MCAPI ::std::string const& getPackageFamilyName();
14// NOLINTEND
15
16} // namespace Bedrock::PlatformUtils