X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.cpp;h=267bd149d1ea2547fd5fa8ad64586d92cedc48ce;hb=85f9eeb8f438d6d542c0c7b7446b31585cc9c23d;hp=6d6d2649e537ce2ecca1163e0009d40afdaf7263;hpb=de7834267e2ff8f28a2cb49647fc91e060686e93;p=lugaru.git diff --git a/Source/Weapons.cpp b/Source/Weapons.cpp index 6d6d264..267bd14 100644 --- a/Source/Weapons.cpp +++ b/Source/Weapons.cpp @@ -22,10 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /**> HEADER FILES <**/ #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; extern float gravity;