LeviLamina
Loading...
Searching...
No Matches
ResourceUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/ResourceFileSystem.h"
7
9public:
10 // static functions
11 // NOLINTBEGIN
12#ifdef LL_PLAT_C
13 MCNAPI static ::ResourceFileSystem pathFromString(::std::string_view name);
14
15 MCNAPI static ::std::string_view stringFromPath(::ResourceFileSystem fileSystem);
16#endif
17 // NOLINTEND
18};
Definition ResourceUtil.h:8