]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Text.hpp
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
[lugaru.git] / Source / Graphic / Text.hpp
index ea23c6f918bdcf4dd5b876b5d6dfc3987092bc13..65c4ca1d98de063ee91561dd9524165fd5a47f55 100644 (file)
@@ -23,7 +23,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "Graphic/gamegl.hpp"
 #include "Graphic/Texture.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Utils/ImageIO.hpp"
 
 #include <string>