diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 21:30:56 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-14 21:33:04 +0200 |
| commit | 05da3897f944f5775d25de2136ea985d4b0078eb (patch) | |
| tree | fd817901681a745f75234979168f391310141797 /domain/include | |
| parent | d462e0e4d25d595175160c407e02a84155441983 (diff) | |
| download | turns-05da3897f944f5775d25de2136ea985d4b0078eb.tar.xz turns-05da3897f944f5775d25de2136ea985d4b0078eb.zip | |
app/ui: show status view when turn order is empty
Diffstat (limited to 'domain/include')
| -rw-r--r-- | domain/include/turns/domain/turn_order.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/domain/include/turns/domain/turn_order.hpp b/domain/include/turns/domain/turn_order.hpp index a82e331..de7ac8a 100644 --- a/domain/include/turns/domain/turn_order.hpp +++ b/domain/include/turns/domain/turn_order.hpp @@ -18,6 +18,7 @@ namespace turns::domain auto static create() -> Glib::RefPtr<turn_order>; auto append(Glib::ustring const & name, float order_value) -> void; + auto remove(Glib::RefPtr<participant> item) -> void; auto sort() -> void; }; |
