diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 22:47:28 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 22:47:28 -0500 |
commit | cae8b633fc8723bcc35944298335ad48844d2bf0 (patch) | |
tree | 84896426c35270d7e07891851ef8a8a44cda1b20 /src/demo.hpp | |
parent | 500e1f9892dd41419663e9f72cf47bab5b2aca0b (diff) |
Work on standing up gui.
Diffstat (limited to 'src/demo.hpp')
-rw-r--r-- | src/demo.hpp | 12 |
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 |