]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
Remove Constants.h
[lugaru.git] / Source / Weapons.h
index d9fa2f67208bc2f4bd2496f4b50b985d50282f39..c6f4560bf20cc28f70e7315b7ffdbaf88a1c38c8 100644 (file)
@@ -28,7 +28,6 @@ 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 "Sprite.h"
 #include "Person.h"
@@ -114,4 +113,5 @@ public:
        ~Weapons();
 };
 
+extern Weapons weapons;
 #endif