Mercurial > SDL_sound_CoreAudio
comparison SDL_sound.h @ 427:ba94ffe34a47
Upped version to 1.0.0.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 09 Oct 2002 16:10:11 +0000 |
parents | 55c6695b6038 |
children | b9856ba6fb4e |
comparison
equal
deleted
inserted
replaced
426:72383155bfac | 427:ba94ffe34a47 |
---|---|
80 # define SNDDECLSPEC __declspec(dllexport) | 80 # define SNDDECLSPEC __declspec(dllexport) |
81 #else | 81 #else |
82 # define SNDDECLSPEC | 82 # define SNDDECLSPEC |
83 #endif | 83 #endif |
84 | 84 |
85 #define SOUND_VER_MAJOR 0 | 85 #define SOUND_VER_MAJOR 1 |
86 #define SOUND_VER_MINOR 1 | 86 #define SOUND_VER_MINOR 0 |
87 #define SOUND_VER_PATCH 5 | 87 #define SOUND_VER_PATCH 0 |
88 #endif | 88 #endif |
89 | 89 |
90 | 90 |
91 /** | 91 /** |
92 * \enum Sound_SampleFlags | 92 * \enum Sound_SampleFlags |