Mercurial > SDL_sound_CoreAudio
comparison decoders/mod.c @ 94:230f75fac1d1
Changed comment regarding "the mikmod directory".
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 02 Oct 2001 17:22:07 +0000 |
parents | 6252979e2453 |
children | 6d9fdec2f708 |
comparison
equal
deleted
inserted
replaced
93:69352e3cc996 | 94:230f75fac1d1 |
---|---|
21 * Module player - through MikMod - for SDL_sound. | 21 * Module player - through MikMod - for SDL_sound. |
22 * | 22 * |
23 * This driver handles anything our subset of MikMod handles. It is based on | 23 * This driver handles anything our subset of MikMod handles. It is based on |
24 * SDL_mixer's MikMod music player. | 24 * SDL_mixer's MikMod music player. |
25 * | 25 * |
26 * Please see the file LICENSE in the source's root directory, and the file | 26 * Please see the file LICENSE in the source's root directory. |
27 * COPYING.LESSER in the mikmod subdirectory. | |
28 * | 27 * |
29 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) | 28 * This file written by Torbjörn Andersson (d91tan@Update.UU.SE) |
30 */ | 29 */ |
31 | 30 |
32 #ifdef SOUND_SUPPORTS_MOD | 31 #ifdef SOUND_SUPPORTS_MOD |