X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.h;h=c6f4560bf20cc28f70e7315b7ffdbaf88a1c38c8;hb=f1f55db0495129376cff147ade264b4294f9bdc7;hp=e11a424c7649e319c5cf87200afc0e0cc4598473;hpb=2e4c2fd2e05bc8c910b614f45cbbf903d158658c;p=lugaru.git diff --git a/Source/Weapons.h b/Source/Weapons.h index e11a424..c6f4560 100644 --- a/Source/Weapons.h +++ b/Source/Weapons.h @@ -28,9 +28,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Quaternions.h" #include "Skeleton.h" #include "Models.h" -#include "Constants.h" #include "Terrain.h" -#include "Sprites.h" +#include "Sprite.h" #include "Person.h" #include @@ -114,4 +113,5 @@ public: ~Weapons(); }; +extern Weapons weapons; #endif