From 7cb42f4368e873e5930cf84bc2494a8e8172a046 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 5 Jun 2018 21:03:06 +0200 Subject: Initial GUI work --- gui/emb.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 gui/emb.h (limited to 'gui/emb.h') diff --git a/gui/emb.h b/gui/emb.h new file mode 100644 index 00000000..f76588f5 --- /dev/null +++ b/gui/emb.h @@ -0,0 +1,21 @@ +// +// Copyright (C) 2011 Mateusz Loskot +// Distributed under the Boost Software License, Version 1.0. +// (See accompanying file LICENSE_1_0.txt or copy at +// http://www.boost.org/LICENSE_1_0.txt) +// +// Blog article: http://mateusz.loskot.net/?p=2819 + +#include +#include +#include + +namespace emb +{ + typedef std::function stdout_write_type; + + void set_stdout(stdout_write_type write); + void reset_stdout(); + + void append_inittab(); +} // namespace emb -- cgit v1.2.3