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