Mercurial > SDL_sound_CoreAudio
comparison SDL_sound.h @ 15:4368fdb091b1
Upped version to 0.1.0.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 18 Sep 2001 11:03:59 +0000 |
parents | 5ff1dce70aec |
children | 734e5d75acec |
comparison
equal
deleted
inserted
replaced
14:41e5e07c5fed | 15:4368fdb091b1 |
---|---|
139 | 139 |
140 | 140 |
141 /* functions and macros... */ | 141 /* functions and macros... */ |
142 | 142 |
143 #define SOUND_VER_MAJOR 0 | 143 #define SOUND_VER_MAJOR 0 |
144 #define SOUND_VER_MINOR 0 | 144 #define SOUND_VER_MINOR 1 |
145 #define SOUND_VER_PATCH 1 | 145 #define SOUND_VER_PATCH 0 |
146 | 146 |
147 #define SOUND_VERSION(x) { \ | 147 #define SOUND_VERSION(x) { \ |
148 (x)->major = SOUND_VER_MAJOR; \ | 148 (x)->major = SOUND_VER_MAJOR; \ |
149 (x)->minor = SOUND_VER_MINOR; \ | 149 (x)->minor = SOUND_VER_MINOR; \ |
150 (x)->patch = SOUND_VER_PATCH; \ | 150 (x)->patch = SOUND_VER_PATCH; \ |