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