/*
 * STRUCT: SE_ANIMATION_RANGE
 *
 *   Specifies a single range of animation frames to be traversed from an
 *   <Animation Related Geometry>. Used to build up the
 *   SE_ANIMATION_SELECT_PARAMETERS structure.
 *
 *   NOTE: The ending_frame of a range must be greater than or equal to the
 *         beginning_frame of that range.
 */
typedef struct
{
SE_UINT16 beginning_frame;
SE_UINT16 ending_frame;
} SE_ANIMATION_RANGE;
Prev: SE_ALT_HIERARCHY_PARAMETERS. Next: SE_ANIMATION_SELECT_PARAMETERS. Up:Index