22 #ifndef ULTIMA8_GFX_FRAMEID_H 23 #define ULTIMA8_GFX_FRAMEID_H 25 #include "common/stream.h" 35 FrameID() : _flexId(0), _shapeNum(0), _frameNum(0) { }
36 FrameID(uint16 flex, uint32 shape, uint32 frame)
37 : _flexId(flex), _shapeNum(shape), _frameNum(frame) {
Definition: detection.h:27
Definition: frame_id.h:30