* replaced the vector classes with a generic one
* fixed wrong member protection in Rect + override for DrawableImpl methods git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1537 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
7500786896
commit
42615a30d9
19 changed files with 503 additions and 364 deletions
|
@ -31,7 +31,7 @@ import dsfml.audio.soundsource;
|
|||
import dsfml.system.common;
|
||||
import dsfml.system.exception;
|
||||
import dsfml.system.stringutil;
|
||||
import dsfml.system.vector3;
|
||||
import dsfml.system.vector;
|
||||
|
||||
/**
|
||||
* Music defines a big sound played using streaming,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue