* changed SoundStream.onStart to onSeek
* made network package compilable in D2 + Vector2.max function to return the bigger member git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1354 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
40f13c7302
commit
bf539551b9
9 changed files with 53 additions and 44 deletions
|
@ -134,7 +134,7 @@ private:
|
|||
|
||||
extern (C)
|
||||
{
|
||||
typedef IPAddress function(char*) pf_sfIPAddress_FromString;
|
||||
typedef IPAddress function(cchar*) pf_sfIPAddress_FromString;
|
||||
typedef IPAddress function(ubyte, ubyte, ubyte, ubyte) pf_sfIPAddress_FromBytes;
|
||||
typedef IPAddress function(uint) pf_sfIPAddress_FromInteger;
|
||||
typedef int function(IPAddress) pf_sfIPAddress_IsValid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue