X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FMuscle.cpp;h=4485c5e64153bcd2492d8c8cf745da9acec2855e;hb=6cb245d6d347e0f610b2851d08273087fff9c0d0;hp=627b8e067eda4eea98d889251dee78dd9227a301;hpb=1991e81a5c3bcc9cd0d6d49f56ebd8bcbd76e7b4;p=lugaru.git diff --git a/Source/Animation/Muscle.cpp b/Source/Animation/Muscle.cpp index 627b8e0..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,10 +43,6 @@ Muscle::Muscle() strength = 0; } -Muscle::~Muscle() -{ -} - void Muscle::load(FILE* tfile, int vertexNum, std::vector& joints) { int numvertices, vertice, parentID;