X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsource.h;h=8de3d0284d109fe1b3524539937d655748e7055a;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=8e1e947350ff7d4625f5daeb29b7a4689c78e9f9;hpb=2964e0cbc2fd4d6b838cc5f0598db1318fb4c529;p=libs%2Fal.git diff --git a/source/source.h b/source/source.h index 8e1e947..8de3d02 100644 --- a/source/source.h +++ b/source/source.h @@ -2,7 +2,7 @@ #define MSP_AL_SOURCE_H_ #include -#include +#include "al.h" #include "types.h" namespace Msp { @@ -34,8 +34,8 @@ public: void set_position(float, float, float); void set_velocity(float, float, float); void set_gain(float); - void set_rolloff_factor(float); + void set_buffer(const Buffer &); void queue_buffers(const std::vector &); void queue_buffer(const Buffer &);