decoder/mikmod: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 12:54:59 +02:00
parent 33aedc887a
commit 1688b6dda9
4 changed files with 52 additions and 20 deletions

View File

@@ -38,6 +38,7 @@
#include "decoder/SndfileDecoderPlugin.hxx"
#include "decoder/Mpg123DecoderPlugin.hxx"
#include "decoder/WildmidiDecoderPlugin.hxx"
#include "decoder/MikmodDecoderPlugin.hxx"
#include <glib.h>
@@ -45,7 +46,6 @@
extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin modplug_decoder_plugin;
extern const struct decoder_plugin mikmod_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;