summaryrefslogtreecommitdiff
path: root/src/demo.hpp
diff options
context:
space:
mode:
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