FS#144 - Implement copy "constructors" in CSFML

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1320 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-01-05 17:52:56 +00:00
parent da44e3d8e5
commit bc6beac402
38 changed files with 379 additions and 48 deletions

View file

@ -82,6 +82,7 @@ EXPORTS
sfSocketUDP_Close
sfSocketUDP_IsValid
sfPacket_Create
sfPacket_Copy
sfPacket_Destroy
sfPacket_Append
sfPacket_Clear
@ -112,6 +113,7 @@ EXPORTS
sfPacket_WriteString
sfPacket_WriteWideString
sfSelectorTCP_Create
sfSelectorTCP_Copy
sfSelectorTCP_Destroy
sfSelectorTCP_Add
sfSelectorTCP_Remove
@ -119,6 +121,7 @@ EXPORTS
sfSelectorTCP_Wait
sfSelectorTCP_GetSocketReady
sfSelectorUDP_Create
sfSelectorUDP_Copy
sfSelectorUDP_Destroy
sfSelectorUDP_Add
sfSelectorUDP_Remove