diff options
Diffstat (limited to 'src/net/tmwa/homunculushandler.h')
-rw-r--r-- | src/net/tmwa/homunculushandler.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/net/tmwa/homunculushandler.h b/src/net/tmwa/homunculushandler.h index 2eb14349a..5ff7f93d8 100644 --- a/src/net/tmwa/homunculushandler.h +++ b/src/net/tmwa/homunculushandler.h @@ -35,26 +35,24 @@ class HomunculusHandler final : public Net::HomunculusHandler ~HomunculusHandler() override final; - void setName(const std::string &name) const override final A_CONST; + void setName(const std::string &name) const override final; - void moveToMaster() const override final A_CONST; + void moveToMaster() const override final; - void move(const int x, const int y) const override final A_CONST; + void move(const int x, const int y) const override final; void attack(const BeingId targetId, - const Keep keep) const override final A_CONST; + const Keep keep) const override final; - void feed() const override final A_CONST; + void feed() const override final; - void fire() const override final A_CONST; + void fire() const override final; - void talk(const std::string &restrict text) const override final - A_CONST; + void talk(const std::string &restrict text) const override final; - void emote(const uint8_t emoteId) const override final A_CONST; + void emote(const uint8_t emoteId) const override final; - void setDirection(const unsigned char type) const override final - A_CONST; + void setDirection(const unsigned char type) const override final; }; } // namespace TmwAthena |