X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.cpp;h=267bd149d1ea2547fd5fa8ad64586d92cedc48ce;hb=617a36f729718c59c2f886fd4a1d145388e7c8bc;hp=cd35a47ad2b65d1060755a48d2cc7174b8cfc71b;hpb=4692ec6888b3a2eb166fd1693cb583d2c53e346c;p=lugaru.git diff --git a/Source/Weapons.cpp b/Source/Weapons.cpp index cd35a47..267bd14 100644 --- a/Source/Weapons.cpp +++ b/Source/Weapons.cpp @@ -23,9 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Weapons.h" #include "openal_wrapper.h" #include "Animation.h" +#include "Sounds.h" extern float multiplier; -extern OPENAL_SAMPLE *samp[100]; extern int channels[100]; extern Terrain terrain; extern float gravity;