summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-10 14:13:50 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-10 14:13:50 +0300
commit279ebfc0831051375d8b7cc2b8bf4f60a19397c9 (patch)
tree934387899184b1800282730337fa1c938822a9f7 /src/net/eathena/beinghandler.h
parente16fca5b58bbe867b63050e880ba8c156c6fe268 (diff)
downloadplus-279ebfc0831051375d8b7cc2b8bf4f60a19397c9.tar.gz
plus-279ebfc0831051375d8b7cc2b8bf4f60a19397c9.tar.bz2
plus-279ebfc0831051375d8b7cc2b8bf4f60a19397c9.tar.xz
plus-279ebfc0831051375d8b7cc2b8bf4f60a19397c9.zip
add function to apply being action.
Diffstat (limited to 'src/net/eathena/beinghandler.h')
-rw-r--r--src/net/eathena/beinghandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/beinghandler.h b/src/net/eathena/beinghandler.h
index 3b2760c07..18c95be45 100644
--- a/src/net/eathena/beinghandler.h
+++ b/src/net/eathena/beinghandler.h
@@ -89,6 +89,9 @@ class BeingHandler final : public MessageHandler, public Ea::BeingHandler
static void setServerGender(Being *const being,
const uint8_t gender);
+
+ static void applyPlayerAction(Being *const being,
+ const uint8_t type);
};
} // namespace EAthena