summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/condition_metadata_fwd.hpp
blob: 1f57481bc488ec5ea570abdafe0b8064a0b25401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef H_7922f591_bdfd_491d_8561_b11225285fea
#define H_7922f591_bdfd_491d_8561_b11225285fea

#include "tome/squelch/condition_fwd.hpp"

#include <memory>

namespace squelch {

std::shared_ptr<Condition> new_condition_interactive();

} // namespace

#endif