X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.cpp;h=d76103e9db81d427e662aa239c4ce0dd22243296;hb=db2e2199f99aac924e695799551bf8fdbe164247;hp=2c48dd80256b10566a3dea78a312f1c50f96e281;hpb=38615999d550e75a973ce4d5520c9ef117d65cea;p=lugaru.git diff --git a/Source/Weapons.cpp b/Source/Weapons.cpp index 2c48dd8..d76103e 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 Animation animation[animation_count]; extern OPENAL_SAMPLE *samp[100]; extern int channels[100]; extern Terrain terrain;