X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FAnimation%2FJoint.hpp;h=0e6c629f02be4fd2b844c7de6a18f8cdd40e3b18;hp=b03c823e3cf8667c9ab034d86daca10a7b0a0bad;hb=6a8cb464330e92163c8feaf101b8b5837c973bba;hpb=5fca41ab430df85d6dd620a7f4130df01bc1430f diff --git a/Source/Animation/Joint.hpp b/Source/Animation/Joint.hpp index b03c823..0e6c629 100644 --- a/Source/Animation/Joint.hpp +++ b/Source/Animation/Joint.hpp @@ -25,13 +25,28 @@ along with Lugaru. If not, see . #include -enum bodypart { - head, neck, - leftshoulder, leftelbow, leftwrist, lefthand, - rightshoulder, rightelbow, rightwrist, righthand, - abdomen, lefthip, righthip, groin, - leftknee, leftankle, leftfoot, - rightknee, rightankle, rightfoot +enum bodypart +{ + head, + neck, + leftshoulder, + leftelbow, + leftwrist, + lefthand, + rightshoulder, + rightelbow, + rightwrist, + righthand, + abdomen, + lefthip, + righthip, + groin, + leftknee, + leftankle, + leftfoot, + rightknee, + rightankle, + rightfoot }; class Joint