comparison decoders/shn.c @ 544:2ba97bf64d03 stable-1.0

SHN decoder uses functions from math.h ...
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 22:32:06 +0000
parents 50bb9a6cebfe
children
comparison
equal deleted inserted replaced
543:989a46bb88d2 544:2ba97bf64d03
48 #ifdef SOUND_SUPPORTS_SHN 48 #ifdef SOUND_SUPPORTS_SHN
49 49
50 #include <stdio.h> 50 #include <stdio.h>
51 #include <stdlib.h> 51 #include <stdlib.h>
52 #include <string.h> 52 #include <string.h>
53 #include <math.h>
53 54
54 #include "SDL_sound.h" 55 #include "SDL_sound.h"
55 56
56 #define __SDL_SOUND_INTERNAL__ 57 #define __SDL_SOUND_INTERNAL__
57 #include "SDL_sound_internal.h" 58 #include "SDL_sound_internal.h"