diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/lib94/lib94.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib94/lib94.hpp b/include/lib94/lib94.hpp index 40c9631..63f862e 100644 --- a/include/lib94/lib94.hpp +++ b/include/lib94/lib94.hpp @@ -108,6 +108,8 @@ namespace lib94 { //with the current time, before the first time you call this. bool init_round(const warrior *const *warriors, size_t count, const number_t *offsets, bool shuffle); + void remove_all_warriors(); + //returns the number of warriors who have at least one process size_t alive_warrior_count(); |