X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=afa32fd9fb3e71b488b649fb3ec153ccc49ba744;hb=d045af680c6b8ca267a7aded69e2e510e659d2ab;hp=5e2f48298dbdafcb43c784d532b87b799f3c794e;hpb=55b17b4ef5e56ee515656960609843d5365b4d93;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index 5e2f482..afa32fd 100644 --- a/common.h +++ b/common.h @@ -20,7 +20,9 @@ enum classtype k_classtype_instance = 6, k_classtype_capsule = 7, k_classtype_route_node = 8, - k_classtype_route = 9 + k_classtype_route = 9, + k_classtype_bone = 10, + k_classtype_skeleton = 11 }; /* TODO: he needs a home somewhere */