comparison SDL_sound.h @ 19:734e5d75acec

Now includes SDL_endian.h ...
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:29:54 +0000
parents 4368fdb091b1
children 0e27c909c952
comparison
equal deleted inserted replaced
18:0b66213eb422 19:734e5d75acec
53 53
54 #ifndef _INCLUDE_SDL_SOUND_H_ 54 #ifndef _INCLUDE_SDL_SOUND_H_
55 #define _INCLUDE_SDL_SOUND_H_ 55 #define _INCLUDE_SDL_SOUND_H_
56 56
57 #include "SDL.h" 57 #include "SDL.h"
58 #include "SDL_endian.h"
58 59
59 #ifdef __cplusplus 60 #ifdef __cplusplus
60 extern "C" { 61 extern "C" {
61 #endif 62 #endif
62 63