diff options
Diffstat (limited to 'src/actormanager.h')
-rw-r--r-- | src/actormanager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h index e30a7011b..d8ce22e33 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -65,6 +65,8 @@ class ActorManager final: public ConfigListener const ActorType::Type type, const uint16_t subtype) A_WARN_UNUSED; + Being *cloneBeing(const Being *const srcBeing); + /** * Create a FloorItem and add it to the list of ActorSprites. */ |