X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=blobdiff_plain;f=source%2Fwaveform.h;fp=source%2Fwaveform.h;h=db0d61ddfca638bb1e38326fa4ee73d99a6d03be;hp=c1f0a2d7ff3421b9409bb15974ef5173bd5494e1;hb=ef9906f379e066cb9c754853a3cc771e8e881356;hpb=6cc0f1735a00e8f9eb80ff0c9468fb67205f6d20 diff --git a/source/waveform.h b/source/waveform.h index c1f0a2d..db0d61d 100644 --- a/source/waveform.h +++ b/source/waveform.h @@ -2,6 +2,7 @@ #define MSP_AL_WAVEFORM_H_ #include +#include #include "format.h" namespace Msp { @@ -22,7 +23,7 @@ public: ~Waveform(); void load_file(const std::string &); - void load_memory(const void *, unsigned); + void load_io(IO::Seekable &); void load(SoundDecoder &); Format get_format() const { return format; }