]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Weapons.hpp
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
[lugaru.git] / Source / Objects / Weapons.hpp
index 2897cfb9aa0ffcf4119da603dbe3cb0f30e49b39..2f802f742a14a089d8dd4558880faf519d2720ff 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>