]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Animation.hpp
Put some sounds and animations information in creature types
[lugaru.git] / Source / Animation / Animation.hpp
index b58f6ba5207d8054918e9f0c1c9c471d160b67ab..1a03f8eca577cb1c8f908ffb1d5a748c79197455 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,7 +20,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _ANIMATION_HPP_
 #define _ANIMATION_HPP_
 
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 
 #include <vector>
 
@@ -32,7 +32,7 @@ enum anim_height_type {
     lowheight, middleheight, highheight
 };
 
-enum animation_types {
+enum animation_type {
 #define DECLARE_ANIM(id, ...) id,
 #include "Animation.def"
 #undef DECLARE_ANIM