summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm/turn-order.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/turnsmm/turn-order.cpp')
-rw-r--r--lib/src/turnsmm/turn-order.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/src/turnsmm/turn-order.cpp b/lib/src/turnsmm/turn-order.cpp
index 7fefa01..35694b2 100644
--- a/lib/src/turnsmm/turn-order.cpp
+++ b/lib/src/turnsmm/turn-order.cpp
@@ -93,6 +93,11 @@ namespace Turns
return turns_turn_order_add(unwrap(this), unwrap(participant));
}
+ auto TurnOrder::clear() noexcept -> void
+ {
+ return turns_turn_order_clear(Glib::unwrap(this));
+ }
+
auto TurnOrder::get_participant_count() const noexcept -> std::size_t
{
return turns_turn_order_get_participant_count(unwrap(this));