diff options
Diffstat (limited to 'sim/include')
-rw-r--r-- | sim/include/kurator/sim/systems.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/include/kurator/sim/systems.h b/sim/include/kurator/sim/systems.h new file mode 100644 index 0000000..76353c2 --- /dev/null +++ b/sim/include/kurator/sim/systems.h @@ -0,0 +1,17 @@ +#pragma once + +#include <kurator/engine/Context.h> + + +namespace kurator +{ +namespace sim +{ + + +void keep_at_range(engine::Context& ctx); +void kill_off_dead(engine::Context& ctx); + + +} // namespace sim +} // namespace kurator |