git-subtree-dir: deps/nostalgia git-subtree-split: 9cb6bd4a32e9f39a858f72443ff5c6d40489fe22
9 lines
213 B
C++
9 lines
213 B
C++
/*
|
|
* Copyright 2016 - 2023 Gary Talent (gary@drinkingtea.net). All rights reserved.
|
|
*/
|
|
|
|
#include <ox/std/memory.hpp>
|
|
#include <ox/fs/fs.hpp>
|
|
|
|
typename ox::Error run(ox::UniquePtr<ox::FileSystem> &&fs) noexcept;
|