64 #ifndef _INCLUDE_SDL_SOUND_H_
65 #define _INCLUDE_SDL_SOUND_H_
68 #include "SDL_endian.h"
74 #ifndef DOXYGEN_SHOULD_IGNORE_THIS
80 #ifdef SDL_SOUND_DLL_EXPORTS
81 # define SNDDECLSPEC __declspec(dllexport)
86 #define SOUND_VER_MAJOR 1
87 #define SOUND_VER_MINOR 0
88 #define SOUND_VER_PATCH 3
230 #define SOUND_VERSION(x) \
232 (x)->major = SOUND_VER_MAJOR; \
233 (x)->minor = SOUND_VER_MINOR; \
234 (x)->patch = SOUND_VER_PATCH; \