buffer, pipe: convert to C++

This commit is contained in:
Max Kellermann
2013-01-04 10:16:16 +01:00
parent de0ab43bc1
commit 22f0a1547c
15 changed files with 39 additions and 51 deletions

View File

@@ -22,12 +22,12 @@
extern "C" {
#include "decoder_api.h"
#include "audio_config.h"
#include "buffer.h"
#include "pipe.h"
#include "chunk.h"
#include "replay_gain_config.h"
}
#include "MusicChunk.hxx"
#include "MusicBuffer.hxx"
#include "MusicPipe.hxx"
#include "DecoderControl.hxx"
#include "DecoderInternal.hxx"
#include "song.h"