3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/string/BasicStackString.h"
8#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
12namespace Core {
class Path; }
13namespace Core {
struct FilePathManagerPaths; }
62 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
ARCHIVE_DIR();
64 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
HOME_DIR();
66 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
PERSONA_TEST_DIR();
68 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
REALM_WORLDS_DIR();
70 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
RESOURCE_PACKS_DIR();
72 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
WORLDS_DIR();
Definition EnableNonOwnerReferences.h:7
Definition FilePathManager.h:18
MCAPI void setRootPath(::Core::Path const &path)
static MCAPI void ** $vftable()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & ARCHIVE_DIR()
MCAPI void * $ctor(::Core::FilePathManagerPaths &&paths)
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & WORLDS_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & RESOURCE_PACKS_DIR()
MCAPI FilePathManager(::Core::FilePathManagerPaths &&paths)
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & HOME_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & PERSONA_TEST_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & REALM_WORLDS_DIR()
Definition FilePathManagerPaths.h:7