// // Tape.hpp // Clock Signal // // Created by Thomas Harte on 29/08/2016. // Copyright 2016 Thomas Harte. All rights reserved. // #pragma once #include #include "File.hpp" #include "../../../Storage/Tape/Tape.hpp" namespace Analyser::Static::Acorn { std::vector GetFiles(const std::shared_ptr &tape); }