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