From cae8b633fc8723bcc35944298335ad48844d2bf0 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 22:47:28 -0500 Subject: Work on standing up gui. --- src/demo.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/demo.hpp (limited to 'src/demo.hpp') diff --git a/src/demo.hpp b/src/demo.hpp new file mode 100644 index 0000000..0219af0 --- /dev/null +++ b/src/demo.hpp @@ -0,0 +1,12 @@ +#ifndef DEMO_HPP +#define DEMO_HPP + +#include + +namespace bookworm { + +int demo(const fud::String& m_filename); + +} // namespace bookworm + +#endif -- cgit v1.2.3