summaryrefslogtreecommitdiffstats
path: root/src/animation/Bones.h
blob: 38d91ba38953a5e83e0beae3cc1631396103009e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#pragma once

enum BoneTag
{
	BONE_waist,
	BONE_upperlegr,
	BONE_lowerlegr,
	BONE_footr,
	BONE_upperlegl,
	BONE_lowerlegl,
	BONE_footl,
	BONE_mid,
	BONE_torso,
	BONE_head,
	BONE_upperarmr,
	BONE_lowerarmr,
	BONE_Rhand,
	BONE_upperarml,
	BONE_lowerarml,
	BONE_Lhand,
};

int ConvertPedNode2BoneTag(int node);
const char *ConvertBoneTag2BoneName(int tag);