X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=80a76c172314d53f6be15920da03a5c2b0e5bbfe;hb=5310d6ffd89fd8b981b273b332a232b70b4ce7ad;hp=ee9eb21c57d9878adcd04432acbeb2baab2a860f;hpb=291ea8c0692472bcf99ccd089b6de45610be85b9;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index ee9eb21..80a76c1 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -26,10 +26,11 @@ enum sound_types { #define DECLARE_SOUND(id, filename) id, #include "Sounds.def" #undef DECLARE_SOUND -sounds_count + sounds_count }; extern struct OPENAL_SAMPLE *samp[sounds_count]; +extern int channels[]; extern void loadAllSounds();