summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/condition_metadata.hpp
blob: fbb26bc3411bb424e3b64b87f9afda9f8db4b3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef H_787198a1_aa3e_45c9_bc9f_fd7f490db78c
#define H_787198a1_aa3e_45c9_bc9f_fd7f490db78c

#include "tome/squelch/condition_metadata_fwd.hpp"

namespace squelch {

std::shared_ptr<Condition> new_condition_interactive();

} // namespace

#endif