]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Objects / Person.hpp
index 5339e03681b5347194e610c74f30abf07f01a559..590bbe407d89d53ca723ee16db502966bcc8db63 100644 (file)
@@ -27,7 +27,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #include "Graphic/gamegl.hpp"
 #include "Graphic/Models.hpp"
 #include "Graphic/Sprite.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 #include "Objects/Weapons.hpp"
 
 #include <cmath>
@@ -387,7 +387,7 @@ public:
     void Puff(int whichlabel);
     void FootLand(bodypart whichfoot, float opacity);
     void DoStuff();
-    void setAnimation(int);
+    void setTargetAnimation(int);
     void DoAnimations();
     void RagDoll(bool checkcollision);