Added Close() function to TCP and UDP sockets in CSFML

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1256 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-10-31 19:23:19 +00:00
parent 472627f65f
commit 87b2d5a0d0
11 changed files with 46 additions and 0 deletions

View file

@ -68,6 +68,7 @@ EXPORTS
sfSocketTCP_Receive
sfSocketTCP_SendPacket
sfSocketTCP_ReceivePacket
sfSocketTCP_Close
sfSocketTCP_IsValid
sfSocketUDP_Create
sfSocketUDP_Destroy
@ -78,6 +79,7 @@ EXPORTS
sfSocketUDP_Receive
sfSocketUDP_SendPacket
sfSocketUDP_ReceivePacket
sfSocketUDP_Close
sfSocketUDP_IsValid
sfPacket_Create
sfPacket_Destroy