summaryrefslogtreecommitdiff
path: root/src/include/tome/squelch/object_status_fwd.hpp
blob: 361ea2fed56d17238767d602a69fb562cbf69f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "../object_type_fwd.hpp"
#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