#ifndef DEMO_HPP #define DEMO_HPP #include namespace bookworm { int demo(const fud::String& m_filename); } // namespace bookworm #endif