dungeon_crawler

diff prototype/src/audio/stream.h @ 69:45172d087ebe

fixed some windows compatibility crap fixed a terrible stack overrun in psys (TODO: remember to fix in libpsys too)
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 03:42:44 +0200
parents f9b8bbebc9b3
children
line diff
     1.1 --- a/prototype/src/audio/stream.h	Sun Oct 07 02:05:11 2012 +0300
     1.2 +++ b/prototype/src/audio/stream.h	Sun Oct 07 03:42:44 2012 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  	void set_volume(float vol);
     1.5  	float get_volume() const;
     1.6  
     1.7 -	void play(enum PlayMode mode);
     1.8 +	void play(PlayMode mode);
     1.9  	void stop();
    1.10  
    1.11  	virtual void rewind() = 0;