summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm/turn-order.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/turnsmm/turn-order.hpp')
-rw-r--r--lib/src/turnsmm/turn-order.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/src/turnsmm/turn-order.hpp b/lib/src/turnsmm/turn-order.hpp
index caaac24..64f72aa 100644
--- a/lib/src/turnsmm/turn-order.hpp
+++ b/lib/src/turnsmm/turn-order.hpp
@@ -50,6 +50,7 @@ namespace Turns
[[nodiscard]] auto gobj_copy() noexcept -> BaseObjectType *;
auto add(Glib::RefPtr<Participant> const & participant) noexcept -> void;
+ auto clear() noexcept -> void;
[[nodiscard]] auto get_participant_count() const noexcept -> std::size_t;
[[nodiscard]] auto get_running() const noexcept -> bool;