summaryrefslogtreecommitdiff
path: root/src/net/gameserver/player.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-23 16:51:13 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-07-23 16:51:13 +0000
commit430bbe292eb51b3f3bb7b356d8b218b28bed0ff4 (patch)
treeafe53ed4e2978408a0082ec974f0b9dfab32a00c /src/net/gameserver/player.h
parenta30bb2e92405fb379db298f2996e1c0ecd3f4bbd (diff)
downloadmana-client-430bbe292eb51b3f3bb7b356d8b218b28bed0ff4.tar.gz
mana-client-430bbe292eb51b3f3bb7b356d8b218b28bed0ff4.tar.bz2
mana-client-430bbe292eb51b3f3bb7b356d8b218b28bed0ff4.tar.xz
mana-client-430bbe292eb51b3f3bb7b356d8b218b28bed0ff4.zip
Converted NPC code to new server.
Diffstat (limited to 'src/net/gameserver/player.h')
-rw-r--r--src/net/gameserver/player.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/gameserver/player.h b/src/net/gameserver/player.h
index 7cc45486..cb6927ba 100644
--- a/src/net/gameserver/player.h
+++ b/src/net/gameserver/player.h
@@ -39,8 +39,10 @@ namespace Net
void pickUp(int x, int y);
void drop(int slot, int amount);
void equip(int slot);
- void attack(unsigned char direction);
+ void attack(int direction);
void changeAction(Being::Action action);
+ void talkToNPC(int id, bool restart);
+ void selectFromNPC(int id, int choice);
}
}
}