diff options
Diffstat (limited to 'src/world.hpp')
| -rw-r--r-- | src/world.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/world.hpp b/src/world.hpp index dfd7a71a..039f3387 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -77,6 +77,7 @@ public: return ret; } + std::shared_ptr<entity> find_entity(std::uint64_t id); bool is_teardown() const { return _teardown; } fm_DECLARE_DEPRECATED_COPY_ASSIGNMENT(world); |
