]> git.tdb.fi Git - libs/al.git/blobdiff - source/soundscape.h
Add Streamer class
[libs/al.git] / source / soundscape.h
index 3eca7eafcf265fd484f681b9c43a78aa5ad1eb0f..db935572a709149f987ca278e43592eda18d871e 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_SOUNDSCAPE_H_
@@ -24,8 +24,8 @@ private:
 public:
        ~SoundScape();
 
-       void add_source(Source *);
-       Source *play(const Buffer &, float, float, float);
+       void add_source(Source &);
+       Source &play(const Buffer &, float, float, float);
        void tick();
 };