]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Weapons.hpp
Moved Weapon model and texture loading in Weapon class
[lugaru.git] / Source / Objects / Weapons.hpp
index 2897cfb9aa0ffcf4119da603dbe3cb0f30e49b39..33d93aa9cbf724f62cfcc222665f186d91d9d44f 100644 (file)
@@ -27,7 +27,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Graphic/Models.hpp"
 #include "Graphic/Sprite.hpp"
 #include "Graphic/Texture.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Objects/Person.hpp"
 
 #include <cmath>
@@ -57,6 +57,8 @@ public:
     static Model staffmodel;
     static Texture stafftextureptr;
 
+    static void Load();
+
     void Draw();
     void DoStuff(int);