// // Tape.cpp // Clock Signal // // Created by Thomas Harte on 24/08/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #include "Tape.hpp" using namespace StaticAnalyser::Commodore; std::list StaticAnalyser::Commodore::GetFiles(const std::shared_ptr &tape) { std::list file_list; return file_list; }