summaryrefslogtreecommitdiff
path: root/battles/include
diff options
context:
space:
mode:
Diffstat (limited to 'battles/include')
-rw-r--r--battles/include/kurator/battles/components.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/battles/include/kurator/battles/components.h b/battles/include/kurator/battles/components.h
index 35a9251..8f5813b 100644
--- a/battles/include/kurator/battles/components.h
+++ b/battles/include/kurator/battles/components.h
@@ -44,5 +44,12 @@ struct HitPoints
};
+struct TurretControl
+{
+ double reload;
+ entt::entity owner;
+};
+
+
} // namespace battles
} // namespace kurator