Mercurial > SDL_sound_CoreAudio
comparison decoders/midi.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 | 498240aa76f1 |
children | c66080364dff 45ee760a6f5a |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
35 #ifdef SOUND_SUPPORTS_MIDI | 35 #ifdef SOUND_SUPPORTS_MIDI |
36 | 36 |
37 #include <stdio.h> | 37 #include <stdio.h> |
38 #include <stdlib.h> | 38 #include <stdlib.h> |
39 #include <string.h> | 39 #include <string.h> |
40 #include <assert.h> | |
41 | 40 |
42 #include "SDL_sound.h" | 41 #include "SDL_sound.h" |
43 | 42 |
44 #define __SDL_SOUND_INTERNAL__ | 43 #define __SDL_SOUND_INTERNAL__ |
45 #include "SDL_sound_internal.h" | 44 #include "SDL_sound_internal.h" |