diff options
author | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-23 03:52:06 +0000 |
---|---|---|
committer | Kiyoshi Kyokai <kiyoshi.kyokai@gmail.com> | 2005-03-23 03:52:06 +0000 |
commit | 97024b3b51a3d9e2daf2832fe8598b38b6670cab (patch) | |
tree | a1760106930633b195a95f700306c14b0d04ef77 /src/netcomputer.h | |
parent | 4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 (diff) | |
download | manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.gz manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.bz2 manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.tar.xz manaserv-97024b3b51a3d9e2daf2832fe8598b38b6670cab.zip |
added the account handler and a definition file to keep track of structures and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes.
Diffstat (limited to 'src/netcomputer.h')
-rw-r--r-- | src/netcomputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/netcomputer.h b/src/netcomputer.h index 02948207..ea3e157a 100644 --- a/src/netcomputer.h +++ b/src/netcomputer.h @@ -66,6 +66,7 @@ class NetComputer */ void send(Packet *p); //void send(Packet *p, bool reliable = true); + }; #endif |