comparison SDL_sound.c @ 377:cbb15ecf423a

WinCE (PocketPC) patches from Tyler.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 02 Jul 2002 03:58:24 +0000
parents 3466dde3a846
children ce998ee6194f
comparison
equal deleted inserted replaced
376:51883cd1193e 377:cbb15ecf423a
33 #endif 33 #endif
34 34
35 #include <stdio.h> 35 #include <stdio.h>
36 #include <stdlib.h> 36 #include <stdlib.h>
37 #include <string.h> 37 #include <string.h>
38 #include <assert.h>
39 #include <ctype.h> 38 #include <ctype.h>
40 39
41 #include "SDL.h" 40 #include "SDL.h"
42 #include "SDL_sound.h" 41 #include "SDL_sound.h"
43 42