X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=20cd2b0c3dc0732269e0a380d24126e59af757be;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=ee9eb21c57d9878adcd04432acbeb2baab2a860f;hpb=291ea8c0692472bcf99ccd089b6de45610be85b9;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index ee9eb21..20cd2b0 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -30,6 +30,7 @@ sounds_count }; extern struct OPENAL_SAMPLE *samp[sounds_count]; +extern int channels[]; extern void loadAllSounds();