// // Disk.hpp // Clock Signal // // Created by Thomas Harte on 18/09/2016. // Copyright © 2016 Thomas Harte. All rights reserved. // #ifndef StaticAnalyser_Acorn_Disk_hpp #define StaticAnalyser_Acorn_Disk_hpp #include "File.hpp" #include "../../Storage/Disk/Disk.hpp" namespace StaticAnalyser { namespace Acorn { std::list GetDFSFiles(const std::shared_ptr &disk); std::list GetADFSFiles(const std::shared_ptr &disk); } } #endif /* Disk_hpp */