]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Object.hpp
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
[lugaru.git] / Source / Objects / Object.hpp
index 11935fe6858977eb19c9893a7cb3f162c3c79281..d1a86a8198c1575ffb3595fd4d501e017c4891c7 100644 (file)
@@ -28,7 +28,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Graphic/Sprite.hpp"
 #include "Graphic/Texture.hpp"
 #include "Math/Frustum.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Utils/ImageIO.hpp"
 
 #include <memory>