summaryrefslogtreecommitdiff
path: root/src/demo.hpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-23 22:47:28 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-23 22:47:28 -0500
commitcae8b633fc8723bcc35944298335ad48844d2bf0 (patch)
tree84896426c35270d7e07891851ef8a8a44cda1b20 /src/demo.hpp
parent500e1f9892dd41419663e9f72cf47bab5b2aca0b (diff)
Work on standing up gui.
Diffstat (limited to 'src/demo.hpp')
-rw-r--r--src/demo.hpp12
1 files changed, 12 insertions, 0 deletions
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 <fud_string.hpp>
+
+namespace bookworm {
+
+int demo(const fud::String& m_filename);
+
+} // namespace bookworm
+
+#endif