summaryrefslogtreecommitdiff
path: root/src/net/network.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-12-30 16:27:24 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-12-30 16:27:24 +0000
commitea653b2e9e1b46a07440833f96b3d2b788592c61 (patch)
tree252bb23d2064d14d4aa0796aa159f94873cb6419 /src/net/network.h
parent57d63f1dd5df0beb1a3d81f014686a2f80dfe7fc (diff)
downloadmana-client-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.gz
mana-client-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.bz2
mana-client-ea653b2e9e1b46a07440833f96b3d2b788592c61.tar.xz
mana-client-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.h3
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.
*/