decoder/sidplay: add header file

This commit is contained in:
Max Kellermann
2013-10-20 13:05:29 +02:00
parent 17ecc56e83
commit c1e7be3b8e
4 changed files with 29 additions and 3 deletions

View File

@@ -42,13 +42,12 @@
#include "decoder/ModplugDecoderPlugin.hxx"
#include "decoder/MpcdecDecoderPlugin.hxx"
#include "decoder/FluidsynthDecoderPlugin.hxx"
#include "decoder/SidplayDecoderPlugin.hxx"
#include "system/FatalError.hxx"
#include "util/Macros.hxx"
#include <string.h>
extern const struct decoder_plugin sidplay_decoder_plugin;
const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_MAD
&mad_decoder_plugin,