]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Lights.hpp
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
[lugaru.git] / Source / Environment / Lights.hpp
index ca113e06e7d5da103dc39987a8b5008e8f9054e3..19c143243ca077aab5c9fe9f3226df11b1df3f21 100644 (file)
@@ -22,7 +22,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #define _LIGHTS_HPP_
 
 #include "Graphic/gamegl.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 
 class Light
 {