25 [[nodiscard]]
const std::filesystem::path&
getInstallDir()
const;
27 [[nodiscard]] std::span<const std::filesystem::path>
getLibraryDirs()
const;
55 [[nodiscard]]
explicit operator bool()
const;
60 std::filesystem::path installDir;
61 std::size_t libraryInstallDirsIndex;
64 std::unordered_map<AppID, GameInfo> gameDetails;
65 std::filesystem::path steamInstallDir;
66 std::vector<std::filesystem::path> libraryDirs;