Mercurial > SDL_sound_CoreAudio
comparison SDL_sound.h @ 44:78470d7d94de
Changed version to 0.1.2.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 22 Sep 2001 14:32:40 +0000 |
parents | 0e27c909c952 |
children | ac49f81e42d6 |
comparison
equal
deleted
inserted
replaced
43:e5082972f9bc | 44:78470d7d94de |
---|---|
61 extern "C" { | 61 extern "C" { |
62 #endif | 62 #endif |
63 | 63 |
64 #define SOUND_VER_MAJOR 0 | 64 #define SOUND_VER_MAJOR 0 |
65 #define SOUND_VER_MINOR 1 | 65 #define SOUND_VER_MINOR 1 |
66 #define SOUND_VER_PATCH 1 | 66 #define SOUND_VER_PATCH 2 |
67 | 67 |
68 | 68 |
69 /* | 69 /* |
70 * These are flags that are used in a Sound_Sample (below) to show various | 70 * These are flags that are used in a Sound_Sample (below) to show various |
71 * states. | 71 * states. |