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

#include "types_fwd.h"
#include "tome/enum_string_map.hpp"

namespace squelch {

enum class status_type;
EnumStringMap<status_type> &status_mapping();
status_type object_status(object_type *o_ptr);

} // namespace

#endif