comparison decoders/modplug.c @ 535:45ee760a6f5a stable-1.0

Converted all text encoding from ISO-8859-1 to UTF-8.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 18:06:53 +0000
parents d0d381a6f2bb
children 5c856ac6c58e
comparison
equal deleted inserted replaced
533:cad2940e992f 535:45ee760a6f5a
26 * available: http://freecraft.net/snapshots/ 26 * available: http://freecraft.net/snapshots/
27 * (Look for something like "libmodplug-johns-*.tar.gz") 27 * (Look for something like "libmodplug-johns-*.tar.gz")
28 * 28 *
29 * Please see the file COPYING in the source's root directory. 29 * Please see the file COPYING in the source's root directory.
30 * 30 *
31 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) 31 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE)
32 */ 32 */
33 33
34 #if HAVE_CONFIG_H 34 #if HAVE_CONFIG_H
35 # include <config.h> 35 # include <config.h>
36 #endif 36 #endif
95 const Sound_DecoderFunctions __Sound_DecoderFunctions_MODPLUG = 95 const Sound_DecoderFunctions __Sound_DecoderFunctions_MODPLUG =
96 { 96 {
97 { 97 {
98 extensions_modplug, 98 extensions_modplug,
99 "Play modules through ModPlug", 99 "Play modules through ModPlug",
100 "Torbjörn Andersson <d91tan@Update.UU.SE>", 100 "Torbjörn Andersson <d91tan@Update.UU.SE>",
101 "http://modplug-xmms.sourceforge.net/" 101 "http://modplug-xmms.sourceforge.net/"
102 }, 102 },
103 103
104 MODPLUG_init, /* init() method */ 104 MODPLUG_init, /* init() method */
105 MODPLUG_quit, /* quit() method */ 105 MODPLUG_quit, /* quit() method */