diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-12-30 16:27:24 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-12-30 16:27:24 +0000 |
commit | ea653b2e9e1b46a07440833f96b3d2b788592c61 (patch) | |
tree | 252bb23d2064d14d4aa0796aa159f94873cb6419 /src/net/network.h | |
parent | 57d63f1dd5df0beb1a3d81f014686a2f80dfe7fc (diff) | |
download | mana-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.gz mana-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.bz2 mana-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.xz mana-ea653b2e9e1b46a07440833f96b3d2b788592c61.zip |
Added a new item, improved smooth login sequence, added a registration window (a lot of duplicated code to be removed).
Diffstat (limited to 'src/net/network.h')
-rw-r--r-- | src/net/network.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/network.h b/src/net/network.h index 50638683..db95d7c3 100644 --- a/src/net/network.h +++ b/src/net/network.h @@ -47,6 +47,9 @@ void closeConnection(); /** Send and receive data waiting in the buffers */ void flush(); +/** Check if a packet is complete */ +bool packetReady(); + /** * Returns the next arriving message, waiting for it if necessary. */ |