#pragma once #include namespace ntd { namespace n3ds { struct ExeFsSnapshotGenerator : public tc::io::VirtualFileSystem::FileSystemSnapshot { public: ExeFsSnapshotGenerator(const std::shared_ptr& stream, bool verify_hashes = true); private: ExeFsSnapshotGenerator(); }; }} // namespace ntd::n3ds