diff options
Diffstat (limited to 'src/parsec/include/net_pckt_peer.h')
| -rw-r--r-- | src/parsec/include/net_pckt_peer.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/parsec/include/net_pckt_peer.h b/src/parsec/include/net_pckt_peer.h new file mode 100644 index 0000000..a1ef16e --- /dev/null +++ b/src/parsec/include/net_pckt_peer.h @@ -0,0 +1,23 @@ +/* + * PARSEC HEADER: net_pckt_peer.h + */ + +#ifndef _NET_PCKT_PEER_H_ +#define _NET_PCKT_PEER_H_ + +// net_pckt_peer.c implements the following functions +// --------------------------------------------- +// size_t NETs_HandleOutPacket ( const NetPacket* int_gamepacket, NetPacketExternal* ext_gamepacket ); +// size_t NETs_HandleOutPacket_DEMO ( const NetPacket* int_gamepacket, NetPacketExternal* ext_gamepacket ); +// int NETs_HandleInPacket ( const NetPacketExternal* ext_gamepacket, const int ext_pktlen, NetPacket* int_gamepacket ); +// int NETs_HandleInPacket_DEMO ( const NetPacketExternal* ext_gamepacket, NetPacket* int_gamepacket, size_t& psize ); +// size_t NETs_NetPacketExternal_DEMO_GetSize ( const NetPacketExternal* ext_gamepacket ); +// void NETs_StdGameHeader ( byte command, NetPacket* gamepacket ); +// void NETs_WritePacketInfo ( FILE *fp, NetPacketExternal* ext_gamepacket ); + +// external functions + + +#endif // _NET_PCKT_PEER_H_ + + |
