]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/Sounds.hpp
Put some sounds and animations information in creature types
[lugaru.git] / Source / Audio / Sounds.hpp
index 1ec3139b48a7e6b688888d9d993be8430b9a8651..81192d5ed160c755561542f6b5359562933d3c91 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -20,9 +20,9 @@ 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 {
+enum sound_type {
 #define DECLARE_SOUND(id, filename) id,
 #include "Sounds.def"
 #undef DECLARE_SOUND