blob: 2ec9ba480cac192f12903f96d41e379164db7d30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#pragma once
#include <kurator/sim/State.h>
#include "TeamManager.h"
namespace kurator
{
namespace sim
{
void kill_off_dead(State& ctx);
} // namespace sim
} // namespace kurator
|