]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Joint.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Animation / Joint.hpp
index b03c823e3cf8667c9ab034d86daca10a7b0a0bad..0e6c629f02be4fd2b844c7de6a18f8cdd40e3b18 100644 (file)
@@ -25,13 +25,28 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <vector>
 
-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