1 2 3 4 5 6 7 8 9 10 11 12
#ifndef DEMO_HPP #define DEMO_HPP #include <fud_string.hpp> namespace bookworm { int demo(const fud::String& m_filename); } // namespace bookworm #endif