summaryrefslogtreecommitdiff
path: root/src/demo.hpp
blob: 0219af084102c0e1dad72783754a4d2bc30273f8 (plain)
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