summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/turn_order.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/turn_order.cpp b/core/src/turn_order.cpp
index 31b6830..a2c4ce5 100644
--- a/core/src/turn_order.cpp
+++ b/core/src/turn_order.cpp
@@ -93,6 +93,11 @@ namespace turns::core
return m_round_number.get_proxy();
}
+ auto turn_order::skip_defeated() -> Glib::PropertyProxy<skip_defeated_type>
+ {
+ return m_skip_defeated.get_proxy();
+ }
+
/** Modifiers */
auto turn_order::add(Glib::ustring const & name, float priority, disposition disposition) -> void