diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-22 13:02:47 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-05-22 13:02:47 +0000 |
commit | 0c6830040481247a96ccc8fe15f9b1022506c0ae (patch) | |
tree | 1d19cac108370e3dfdb421ad3f497d02d5ab3e4f /src/net/protocol.h | |
parent | c669ed4986b0a01abc78f6d793993d9081c6b49e (diff) | |
download | mana-client-0c6830040481247a96ccc8fe15f9b1022506c0ae.tar.gz mana-client-0c6830040481247a96ccc8fe15f9b1022506c0ae.tar.bz2 mana-client-0c6830040481247a96ccc8fe15f9b1022506c0ae.tar.xz mana-client-0c6830040481247a96ccc8fe15f9b1022506c0ae.zip |
An attemp on auto attack, not bug free for sure
Diffstat (limited to 'src/net/protocol.h')
-rw-r--r-- | src/net/protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/protocol.h b/src/net/protocol.h index 14c21d59..dd6b36e2 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -83,6 +83,9 @@ void speak(char *speech); /** Request to attack */ void attack(unsigned short x, unsigned short y, unsigned char direction); +/** Request to attack */ +void attack(Being *target); + /** Request action */ void action(char type, int id); |