decoder/mpcdec: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 13:04:12 +02:00
parent 2eed9d64ce
commit f016a99f24
4 changed files with 46 additions and 12 deletions

View File

@@ -40,12 +40,12 @@
#include "decoder/WildmidiDecoderPlugin.hxx"
#include "decoder/MikmodDecoderPlugin.hxx"
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;