- removed csfml-system dependency!
use phobos functionality for that git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1438 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
b4189fd660
commit
d60a7be49a
8 changed files with 9 additions and 406 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
module dsfml.system.lock;
|
||||
|
||||
import dsfml.system.mutex;
|
||||
import core.sync.mutex;
|
||||
|
||||
/**
|
||||
* Encapsulation of an critical section. Unlocking is guaranteed when the Lock goes out of scope, even on exception.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue