summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-08-25 19:29:09 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-08-25 19:29:09 +0200
commit9eaff72af2b1d80f92f6a4534690c9dce7a5bc2e (patch)
tree59481a51280b9351e72b41b687fcc9d00146a1e4 /src
parentb147a0daa1be2c5e7faea33f500e7f22541c12a0 (diff)
add comment
Diffstat (limited to 'src')
-rw-r--r--src/entity.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.hpp b/src/entity.hpp
index 94e6cb62..af57abba 100644
--- a/src/entity.hpp
+++ b/src/entity.hpp
@@ -36,6 +36,7 @@ struct entity_proto
entity_type type_of() const noexcept;
};
+// todo rename to 'object'
struct entity
{
fm_DECLARE_DELETED_COPY_ASSIGNMENT(entity);