mirror of
https://github.com/Jaxan/hybrid-ads.git
synced 2025-04-28 07:27:45 +02:00
7 lines
153 B
C++
7 lines
153 B
C++
#pragma once
|
|
|
|
#include <iosfwd>
|
|
|
|
struct mealy;
|
|
mealy read_mealy_from_dot(const std::string & filename);
|
|
mealy read_mealy_from_dot(std::istream & input);
|