decoder/wildmidi: convert to C++
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include "decoder/MadDecoderPlugin.hxx"
|
||||
#include "decoder/SndfileDecoderPlugin.hxx"
|
||||
#include "decoder/Mpg123DecoderPlugin.hxx"
|
||||
#include "decoder/WildmidiDecoderPlugin.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
@@ -46,7 +47,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 wildmidi_decoder_plugin;
|
||||
extern const struct decoder_plugin fluidsynth_decoder_plugin;
|
||||
|
||||
const struct decoder_plugin *const decoder_plugins[] = {
|
||||
|
Reference in New Issue
Block a user