summaryrefslogtreecommitdiff
path: root/battles/include
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-11-13 16:32:57 +0100
committerAki <please@ignore.pl>2022-11-13 16:32:57 +0100
commit39ae4f2fd4c382f25ab98c6e98816e3e3a6f4e22 (patch)
tree56afaa55eca0d3bf00a2d1b1be5c365223b909d8 /battles/include
parent1b39b8aaf6be5be56530979044fb893a5b51b489 (diff)
downloadkurator-39ae4f2fd4c382f25ab98c6e98816e3e3a6f4e22.zip
kurator-39ae4f2fd4c382f25ab98c6e98816e3e3a6f4e22.tar.gz
kurator-39ae4f2fd4c382f25ab98c6e98816e3e3a6f4e22.tar.bz2
Playing around with hit points
Diffstat (limited to 'battles/include')
-rw-r--r--battles/include/kurator/battles/components.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/battles/include/kurator/battles/components.h b/battles/include/kurator/battles/components.h
index 0c1e280..35a9251 100644
--- a/battles/include/kurator/battles/components.h
+++ b/battles/include/kurator/battles/components.h
@@ -38,5 +38,11 @@ struct FloatingMovement
};
+struct HitPoints
+{
+ double health;
+};
+
+
} // namespace battles
} // namespace kurator