+ alias Vector2ui
* fixed Sprite.setSubRect * preliminarily fixed sleep function git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1360 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
c9ed7507c1
commit
8577dbd56d
3 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,7 @@ extern(C)
|
|||
{
|
||||
typedef void function(float) pf_sfSleep;
|
||||
|
||||
private static pf_sfSleep sfSleep;
|
||||
private static __gshared pf_sfSleep sfSleep;
|
||||
}
|
||||
|
||||
static this()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue