summaryrefslogtreecommitdiff
path: root/src/net/beinghandler.h
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-26 19:26:41 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-08-26 19:26:41 +0000
commitfd279ae77295a6babedd31202078862eabcada9f (patch)
treed3ebc7572ac92990375a461cbca198bf9fdde3cc /src/net/beinghandler.h
parent07b6070c25faedd78c2e26825bd700dc294f00cf (diff)
downloadmana-client-fd279ae77295a6babedd31202078862eabcada9f.tar.gz
mana-client-fd279ae77295a6babedd31202078862eabcada9f.tar.bz2
mana-client-fd279ae77295a6babedd31202078862eabcada9f.tar.xz
mana-client-fd279ae77295a6babedd31202078862eabcada9f.zip
Handle "beings move" messages.
Diffstat (limited to 'src/net/beinghandler.h')
-rw-r--r--src/net/beinghandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/beinghandler.h b/src/net/beinghandler.h
index 2dd81e1a..0b0d10b9 100644
--- a/src/net/beinghandler.h
+++ b/src/net/beinghandler.h
@@ -34,8 +34,8 @@ class BeingHandler : public MessageHandler
void handleMessage(MessageIn &msg);
private:
- void
- handleBeingEnterMessage(MessageIn &msg);
+ void handleBeingEnterMessage(MessageIn &msg);
+ void handleBeingsMoveMessage(MessageIn &msg);
};
#endif