Adjusted PySFML to work with the current SFML2 branch.
Note that it's just compatible. A lot of the new functionality is still in the pipeline. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1308 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
fb7470cbc3
commit
839c80556d
29 changed files with 544 additions and 354 deletions
|
@ -33,8 +33,8 @@ class CustomSoundStream : public sf::SoundStream
|
|||
{
|
||||
public :
|
||||
PyObject *SoundStream;
|
||||
virtual bool OnStart();
|
||||
virtual bool OnGetData(Chunk& Data);
|
||||
virtual void OnSeek(float TimeOffset);
|
||||
virtual bool OnGetData(Chunk& Data);
|
||||
void Init(unsigned int ChannelsCount, unsigned int SampleRate);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue