worm.py sample rewritten;
Minor fix in sf.SoundStream; Updated sf.Image. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1019 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
e580c8cd63
commit
49c7769273
4 changed files with 258 additions and 216 deletions
|
@ -25,12 +25,12 @@
|
|||
#ifndef __PYSOUNDSTREAM_HPP
|
||||
#define __PYSOUNDSTREAM_HPP
|
||||
|
||||
#include <SFML/Audio/SoundStream.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#include <Python.h>
|
||||
#include <structmember.h>
|
||||
|
||||
#include <SFML/Audio/SoundStream.hpp>
|
||||
#include <iostream>
|
||||
|
||||
class CustomSoundStream : public sf::SoundStream
|
||||
{
|
||||
public :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue