27 #ifndef ICB_PX_BONES_H 28 #define ICB_PX_BONES_H 30 #include "engines/icb/common/px_common.h" 35 #define MAX_DEFORMABLE_BONES 4 38 #define JAW_DEFORMATION 0 39 #define NECK_DEFORMATION 1 40 #define LOOK_DEFORMATION 2 41 #define SPARE_DEFORMATION 3 46 boneTarget.vx = boneTarget.vy = boneTarget.vz = boneValue.vx = boneValue.vy = boneValue.vz = 0;
55 void UpdateBoneValue(int16 &v, int16 t);
Definition: px_capri_maths.h:53