X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=8feac33951dcf4d0d113f2e7281f442eed627133;hb=5c8be15962d6b02d7fdfdb16acc10f55267bea0f;hp=eef2b5078f05352bc50705b25bbbc4c0a1fbc897;hpb=617a36f729718c59c2f886fd4a1d145388e7c8bc;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index eef2b50..8feac33 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -32,4 +32,6 @@ sounds_count extern struct OPENAL_SAMPLE *samp[sounds_count]; extern void loadAllSounds(); + +extern int footstepsound, footstepsound2, footstepsound3, footstepsound4; #endif