2016-09-06 10:39:40 +00:00
|
|
|
//
|
|
|
|
// CommodoreAnalyser.hpp
|
|
|
|
// Clock Signal
|
|
|
|
//
|
|
|
|
// Created by Thomas Harte on 06/09/2016.
|
|
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
|
|
//
|
|
|
|
|
2016-09-15 23:24:59 +00:00
|
|
|
#ifndef StaticAnalyser_Commodore_StaticAnalyser_hpp
|
|
|
|
#define StaticAnalyser_Commodore_StaticAnalyser_hpp
|
2016-09-06 10:39:40 +00:00
|
|
|
|
|
|
|
#include "../StaticAnalyser.hpp"
|
|
|
|
|
|
|
|
namespace StaticAnalyser {
|
|
|
|
namespace Commodore {
|
|
|
|
|
2017-08-17 14:48:29 +00:00
|
|
|
void AddTargets(const Media &media, std::list<Target> &destination);
|
2016-09-06 10:39:40 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* CommodoreAnalyser_hpp */
|