]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/Sounds.hpp
Removed lots of unused code from Math folder, renamed Quaternion file to XYZ
[lugaru.git] / Source / Audio / Sounds.hpp
index 1ec3139b48a7e6b688888d9d993be8430b9a8651..4ceddeca15013144196bb1675b490c4db21f44ad 100644 (file)
@@ -20,7 +20,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _SOUNDS_HPP_
 #define _SOUNDS_HPP_
 
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 
 enum sound_types {
 #define DECLARE_SOUND(id, filename) id,