From 03bb1614c25a56ef6225db09c4c59b7a5f8fa808 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 13 Feb 2023 01:06:31 +0100 Subject: Externalized part of simulation systems --- sim/include/kurator/sim/systems.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sim/include/kurator/sim/systems.h (limited to 'sim/include') 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 + + +namespace kurator +{ +namespace sim +{ + + +void keep_at_range(engine::Context& ctx); +void kill_off_dead(engine::Context& ctx); + + +} // namespace sim +} // namespace kurator -- cgit v1.1