1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-12-18 22:19:30 +00:00
Files
CLK/Analyser/Static/Enterprise/StaticAnalyser.hpp
2025-02-28 12:30:25 -05:00

20 lines
400 B
C++

//
// StaticAnalyser.hpp
// Clock Signal
//
// Created by Thomas Harte on 24/06/2021.
// Copyright 2018 Thomas Harte. All rights reserved.
//
#pragma once
#include "Analyser/Static/StaticAnalyser.hpp"
#include "Storage/TargetPlatforms.hpp"
#include <string>
namespace Analyser::Static::Enterprise {
TargetList GetTargets(const Media &, const std::string &, TargetPlatform::IntType, bool);
}