X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FMuscle.cpp;h=4485c5e64153bcd2492d8c8cf745da9acec2855e;hb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;hp=1e7f0d5e171e8bd3f71ce6d68822ba093de9f87d;hpb=18e718d3ff51c67029f2d4e1416f979b9ad3afc0;p=lugaru.git diff --git a/Source/Animation/Muscle.cpp b/Source/Animation/Muscle.cpp index 1e7f0d5..4485c5e 100644 --- a/Source/Animation/Muscle.cpp +++ b/Source/Animation/Muscle.cpp @@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Animation/Muscle.h" -#include "binio.h" +#include "Animation/Muscle.hpp" + +#include "Utils/binio.h" extern float multiplier; extern bool freeze; @@ -42,11 +43,7 @@ Muscle::Muscle() strength = 0; } -Muscle::~Muscle() -{ -} - -void Muscle::load(FILE* tfile, int vertexNum, Joint* joints) +void Muscle::load(FILE* tfile, int vertexNum, std::vector& joints) { int numvertices, vertice, parentID;