mikage-dev/source/processes/fs_paths.hpp
2024-03-08 10:54:13 +01:00

20 lines
261 B
C++

#pragma once
#include <boost/filesystem/path.hpp>
namespace HLE {
class FakeFS;
using FSContext = FakeFS;
inline uint64_t GetId0(FSContext&) {
// TODO
return 0;
}
inline uint64_t GetId1(FSContext&) {
// TODO
return 0;
}
} // namespace HLE