// // SNA.hpp // Clock Signal // // Created by Thomas Harte on 24/04/2021. // Copyright © 2021 Thomas Harte. All rights reserved. // #ifndef SNA_hpp #define SNA_hpp #include "../../Analyser/Static/StaticAnalyser.hpp" namespace Storage { namespace State { struct SNA { static std::unique_ptr load(const std::string &file_name); }; } } #endif /* SNA_hpp */