diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-11-01 19:03:01 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-11-01 19:03:01 +0000 |
commit | 14ef52c7c3413f8c61b50147dcd22f4ed7238078 (patch) | |
tree | 82888985eeae2f3e21ce5e414d6ae9ac72e37d36 /src/localplayer.h | |
parent | babaec33e51991475ba2ab9ec06c95bbe5f220c0 (diff) | |
download | mana-14ef52c7c3413f8c61b50147dcd22f4ed7238078.tar.gz mana-14ef52c7c3413f8c61b50147dcd22f4ed7238078.tar.bz2 mana-14ef52c7c3413f8c61b50147dcd22f4ed7238078.tar.xz mana-14ef52c7c3413f8c61b50147dcd22f4ed7238078.zip |
Magic implementation phase 1 and 2 (added netcode and a very crude gui for using special actions like magic)
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index b44ac14a..16b9715a 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -227,6 +227,8 @@ class LocalPlayer : public Player void attack(); + void useSpecial(int id); + Being* getTarget() const; /** |