diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/entity.hpp | 1 |
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); |